]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:28 +0000 (06:37 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 04:37:28 +0000 (00:37 -0400)
commit03cd44759f8e5faaa154628e196860255d87bddd
tree1722f2ad13b2a1305dd6e2abd78571d4b27e7f4a
parentc15f94d6fbc960790db34c94d49716658ccf6348
[3.13] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120299)
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