mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -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