mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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