mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
cdb5cee980
Use a small stack allocated in the C stack for up to 5 iterator functions, otherwise allocates a stack on the heap memory.
Miscellaneous source files for the main Python shared library