mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
b04dfbbe4b
* 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.
Miscellaneous source files for the main Python shared library