| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-14 | py/objpolyiter: Implement instance-polymorphic iterator type. | Paul Sokolovsky | |
| 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"). | |||
