mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
cb9879b948
* 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