mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
f6f4e8a662
* 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