summaryrefslogtreecommitdiff
path: root/py/objpolyiter.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2022-09-13py/objpolyiter: Fix comment about finaliser method.Damien George
2022-09-13py/objpolyiter: Add a new polyiter type with finaliser support.Andrew Leech
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-02-16py: Add iter_buf to getiter type method.Damien George
2015-12-14py/objpolyiter: Implement instance-polymorphic iterator type.Paul Sokolovsky