-
- Downloads
py/objpolyiter: Implement instance-polymorphic iterator type.
This allows to have single itertaor type for various internal iterator types (save rodata space by not having repeating almost-empty type structures). It works by looking "iternext" method stored in particular object instance (should be first object field after "base").
Loading
Please register or sign in to comment