]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118513: Fix sibling comprehensions with a name bound in one and global...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 May 2024 14:40:05 +0000 (16:40 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 14:40:05 +0000 (14:40 +0000)
commit3706eef02ab8a176ba4463c164fdb541fb5efae0
tree0a6f4730a67de1502dac9f461cab7954dae60de6
parenta7f495c7badd163ebc119d0ef78015dbb57f52b2
[3.12] gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (GH-118526) (#118548)

gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (GH-118526)
(cherry picked from commit c8deb1e4b495bf97ab00c710dfd63f227e1fb645)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core and Builtins/2024-05-02-21-19-35.gh-issue-118513.qHODjb.rst [new file with mode: 0644]
Python/compile.c