Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | tests/basics/iter1.py: Add more tests for walking a user-defined iter. | Damien George | |
Some code in mp_iternext() was only tested by the native emitter, so the tests added here test this function using just the bytecode emitter. | |||
2016-12-21 | tests: Add tests to improve coverage of runtime.c. | Rami Ali | |
2015-02-15 | py: Simplify and remove redundant code for __iter__ method lookup. | Damien George | |
2014-03-26 | py: Replace mp_const_stop_iteration object with MP_OBJ_NULL. | Damien George | |