]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 19 Feb 2025 17:40:03 +0000 (12:40 -0500)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 17:40:03 +0000 (17:40 +0000)
commit094394a380540eed41842c90a1b489d1382f8866
tree4beb4a261e57d27d366bda0799c84b9c40e67008
parent5907cd6829c4b610b71bb3ffe4cb7becd1cc9367
[3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)

[3.13] gh-128396: Fix a crash when inline comprehension has the same local variable as the outside scope (GH-130235)
(cherry picked from commit ccf17323c218a2fdcf7f4845d3eaa74ebddefa44)
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2025-02-17-18-59-33.gh-issue-128396.iVtoYY.rst [new file with mode: 0644]
Objects/frameobject.c