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