]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
authorGuido van Rossum <guido@python.org>
Fri, 4 Nov 2022 22:30:17 +0000 (15:30 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 22:30:17 +0000 (15:30 -0700)
commitc885623e9fa596cbe4fd359ea4aedfbde0ae2482
tree4b9616cd6a1098953e816a1b139f35ddf29c749d
parente99380cc39fa14ea4e2c28cb19ec7b61f50cf305
GH-98831: Auto-generate PREDICTED() macro calls (#99102)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Python/bytecodes.c
Tools/cases_generator/generate_cases.py