]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)
authorCarl Meyer <carl@oddbird.net>
Mon, 10 Jun 2024 02:23:30 +0000 (22:23 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 02:23:30 +0000 (22:23 -0400)
commit0ae8579b85f9b0cd3f287082ad6e194bdb025d88
treec8ab4a624c72fac577c332dc4ce891419deb7b2c
parent34f5ae69fe9ab0f5b23311d5c396d0cbb5902913
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core and Builtins/2024-06-09-19-13-38.gh-issue-119666.S0G4rZ.rst [new file with mode: 0644]
Python/symtable.c