Closed
Description
Inserting shim frames simplifies RETURN_VALUE
, YIELD_VALUE
and RETURN_GENERATOR
and enables for
to be specialized for generators, and await
to be specialized for coroutines.
See faster-cpython/ideas#436 for full discussion