diff options
author | Guido van Rossum <guido@python.org> | 2023-08-25 00:36:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 00:36:00 (GMT) |
commit | ddf66b54edea1ea59fdf8a496ed0b64e16424375 (patch) | |
tree | 0c5d6ae41b76c8a767e87c3737145d02ad1ec7a9 /Python/tracemalloc.c | |
parent | 546cab84448b892c92e68d9c1a3d3b58c13b3463 (diff) | |
download | cpython-ddf66b54edea1ea59fdf8a496ed0b64e16424375.zip cpython-ddf66b54edea1ea59fdf8a496ed0b64e16424375.tar.gz cpython-ddf66b54edea1ea59fdf8a496ed0b64e16424375.tar.bz2 |
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
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.)
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions