]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Oct 2024 22:34:20 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2024 22:34:20 +0000 (15:34 -0700)
commitb87aea6b0d299afcc03fc73c55e7b1dda78b9f35
treed4cd3ed634b544edb7a3d0399607fb4ec346a6f8
parentdd4e62e35f3b3360fa7d5513d6564e86ad2f5275
[3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952) (#124977)

gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952)
(cherry picked from commit f474391b26aa9208b44ca879f8635409d322f738)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
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