]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 18 Jun 2024 22:09:23 +0000 (23:09 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 22:09:23 +0000 (22:09 +0000)
commitb7f478948fcf3bf8e62c79ebcb3ff69bf06d9c4d
treeda69e9ff600ed455583aa9bac028d38ae7598483
parent69058e20e420181abdc51094474f590d32cd7174
gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (#120714)
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