mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
e6e0ea0113
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