SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 5 Python

bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)

* Make generator, coroutine and async gen structs all the same size.

* Store interpreter frame in generator (and coroutine). Reduces the number of allocations neeeded for a generator from two to one.
M
Mark Shannon committed
299483c95d601ddcfdce2f96418b6499c1fc7b9f
Parent: f34d181
Committed by GitHub <noreply@github.com> on 12/6/2021, 10:13:49 AM