]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107901: duplicate blocks with no lineno that have an eval break and multiple prede...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 12 Jan 2024 15:38:09 +0000 (15:38 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 15:38:09 +0000 (15:38 +0000)
commit8aa0088ea2422ed6b95076fe48a13df7562a4355
tree162f0c87500bf9e24b3786719af9ea9f4c95e545
parente02c15b3f13d9d83032ada72c6773f8a3b2d34dc
gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-01-11-16-54-55.gh-issue-107901.Td3JPI.rst [new file with mode: 0644]
Python/flowgraph.c