]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo op repla...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jun 2024 22:34:07 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 22:34:07 +0000 (22:34 +0000)
commit50fa775e6821b8b242f5709c36c62e7c4fb2c522
tree80a3d0ecf3676db3d64ebb7f591ca027154839dd
parent07145ddf19bc423e83d0290095833bc95861fc2f
[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (GH-120714) (#120716)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-06-18-21-34-30.gh-issue-120367.zDwffP.rst [new file with mode: 0644]
Python/flowgraph.c