]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107901: make compiler inline basic blocks with no line number and no fallthrough...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 2 Feb 2024 11:26:31 +0000 (11:26 +0000)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 11:26:31 +0000 (11:26 +0000)
commit2091fb2a85c1aa2d9b22c02736b07831bd875c2a
tree3b877262a9a5820e57dbd9f9f6399253e3c7dbf7
parent41fde89e471003b3e70fdd76d6726fba9982a1eb
gh-107901: make compiler inline basic blocks with no line number and no fallthrough (#114750)
Lib/test/test_compile.py
Lib/test/test_monitoring.py
Python/flowgraph.c