]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113054: Compiler no longer replaces a redundant jump with no line number by a...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 19 Dec 2023 11:04:44 +0000 (11:04 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 11:04:44 +0000 (11:04 +0000)
commite51b4009454939e3ee5f1bfaed45ce65689a71b8
tree0933d9a4624dbb4f74a00ef5e1e4dfdcf7ab5327
parent76d757b38b414964546393bdccff31c1f8be3843
gh-113054: Compiler no longer replaces a redundant jump with no line number by a NOP (#113139)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-12-14-20-08-35.gh-issue-113054.e20CtM.rst [new file with mode: 0644]
Python/flowgraph.c