mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
This moves EXIT_TRACE, SAVE_IP, JUMP_TO_TOP, and
_POP_JUMP_IF_{FALSE,TRUE} from ceval.c to bytecodes.c.
They are no less special than before, but this way
they are discoverable o the copy-and-patch tooling.
Miscellaneous source files for the main Python shared library