Files
cpython/Include
Mark Shannon cb9879b948 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.
2020-07-17 11:44:23 +01:00
..
2020-05-19 03:33:01 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00