bpo-46409: Make generators in bytecode (GH-30633)
* Add RETURN_GENERATOR and JUMP_NO_INTERRUPT opcodes. * Trim frame and generator by word each. * Minor refactor of frame.c * Update test.test_sys to account for smaller frames. * Treat generator functions as normal functions when evaluating and specializing.
M
Mark Shannon committed
b04dfbbe4bd7071d46c8688c2263726ea31d33cd
Parent: d05a663
Committed by GitHub <noreply@github.com>
on 1/20/2022, 11:46:39 AM