mirror of
https://github.com/python/cpython.git
synced 2026-08-08 16:21:45 +08:00
* Merge gen and frame state variables into one. * Replace stack pointer with depth in PyFrameObject. Makes code easier to read and saves a word of memory.
Miscellaneous source files for the main Python shared library