mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Moves the `GET_ITER` instruction into the generator function preamble. This means the the iterable is converted into an iterator during generator creation, as documented, but keeps it in the same code object allowing optimization.
Miscellaneous source files for the main Python shared library