]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Jun 2024 04:37:15 +0000 (06:37 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 04:37:15 +0000 (00:37 -0400)
commit82c93ea55a71e7cae160e749b93f91cf89bb562f
treecdbc9457901681a61dd2b84d16b8c8e9edfab848
parentb134f47574c36e842253266ecf0d144fb6f3b546
[3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300)
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