]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104619: never leak comprehension locals to outer locals() (#104637)
authorCarl Meyer <carl@oddbird.net>
Fri, 19 May 2023 01:50:24 +0000 (19:50 -0600)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 01:50:24 +0000 (18:50 -0700)
commit70c77964778817907fbcc2a047a2abad4eb6e127
tree25d5c17e0acc78dbd0783f344abb63436d38e32c
parent86e6f16ccb97f66f2b9a31191ce347dca499d48c
gh-104619: never leak comprehension locals to outer locals() (#104637)
Lib/test/test_listcomps.py
Python/compile.c