You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Inserting shim frames simplifies
RETURN_VALUE,YIELD_VALUEandRETURN_GENERATORand enablesforto be specialized for generators, andawaitto be specialized for coroutines.See faster-cpython/ideas#436 for full discussion