]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 22 Sep 2023 16:59:35 +0000 (17:59 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 16:59:35 +0000 (16:59 +0000)
commit7c553991724d8d537f8444db73f016008753d77a
tree2dba99305eb1495d37884c9a22c536fb48867ac1
parent73ccfa28c5e6ff68de15fdbb1321d4773a688e61
gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (#109734)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst [new file with mode: 0644]
Python/flowgraph.c