]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
authorGuido van Rossum <guido@python.org>
Mon, 17 Jul 2023 19:12:33 +0000 (12:12 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 19:12:33 +0000 (12:12 -0700)
commit8e9a1a032233f06ce0f1acdf5f983d614c8745a5
treed9a31c1c33b6b363d12f5e258a169835dbf29cd6
parent7e96370a946a2ca0f2f25af4ce5b3b59f020721b
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uops.h
Lib/test/test_capi/test_misc.py
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Tools/cases_generator/generate_cases.py