]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118513: Fix sibling comprehensions with a name bound in one and global in the...
authorCarl Meyer <carl@oddbird.net>
Fri, 3 May 2024 14:05:19 +0000 (08:05 -0600)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 14:05:19 +0000 (14:05 +0000)
commitc8deb1e4b495bf97ab00c710dfd63f227e1fb645
tree9ee53d752cc465a45c6df665e65ff08c32a253cc
parent37ccf167869d101c4021c435868b7f89ccda8148
gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (#118526)

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