mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08: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