mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
ddf66b54ed
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