mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04: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