]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Implement super-instruction generation (#99084)
authorGuido van Rossum <guido@python.org>
Sun, 6 Nov 2022 17:40:47 +0000 (09:40 -0800)
committerGitHub <noreply@github.com>
Sun, 6 Nov 2022 17:40:47 +0000 (09:40 -0800)
commit7dcd28eb41abeb29ddefd0a49fa9f7a9ebd61e16
tree9d22898f492f9bdc544c1bed9a1d5e34b79924d3
parentede6cb26153f106a11a462614fdda12691fc6463
GH-98831: Implement super-instruction generation (#99084)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Misc/NEWS.d/next/Build/2022-10-28-22-24-26.gh-issue-98831.IXRCRX.rst
Python/bytecodes.c
Python/generated_cases.c.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py