mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00: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