mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
* 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