]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Fri, 27 May 2022 10:17:59 +0000 (06:17 -0400)
committerGitHub <noreply@github.com>
Fri, 27 May 2022 10:17:59 +0000 (11:17 +0100)
commitddc4a782d3f32efbc03c69ddd59b6fa10911bcd9
tree488f01a69d0046c1d54259585545e6123d8c0274
parent5e34b494a08015e9b5a3deade23943bdba284a93
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-05-25-21-56-25.gh-issue-93223.gTOGVZ.rst [new file with mode: 0644]
Python/compile.c