]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 4 Oct 2024 16:37:38 +0000 (17:37 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2024 16:37:38 +0000 (17:37 +0100)
commitf474391b26aa9208b44ca879f8635409d322f738
tree0290f54d50ef8cb546cb4b6a7635a1294270551c
parent994051e086b9ce624a3b16750d6f692bc4a3b07b
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-10-03-22-26-39.gh-issue-124871.tAMF47.rst [new file with mode: 0644]
Python/flowgraph.c