bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
* 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.
M
Mark Shannon committed
cb9879b948a19c9434316f8ab6aba9c4601a8173
Parent: 8e836bb
Committed by GitHub <noreply@github.com>
on 7/17/2020, 10:44:23 AM