mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08:00
Instead of using `GO_TO_INSTRUCTION(CALL_PY_EXACT_ARGS)` we just add the macro elements of the latter to the macro for the former. This requires lengthening the uops array in struct opcode_macro_expansion. (It also required changes to stacking.py that were merged already.)
Miscellaneous source files for the main Python shared library