mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
* FOR_ITER now pushes either the iterator and NULL or leaves the iterable and pushes tagged zero * NEXT_ITER uses the tagged int as the index into the sequence or, if TOS is NULL, iterates as before.
Miscellaneous source files for the main Python shared library