]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Feb 2024 17:12:54 +0000 (18:12 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 17:12:54 +0000 (17:12 +0000)
commit967f27d0a18f53670aedab4988da753edaf4312d
tree4e934b560227542157620d05a44cda91eff27c4f
parenta69e68db6075c6c64d3b97513d9be768037579cb
[3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139) (#115140)

gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139)
(cherry picked from commit fedbf77191ea9d6515b39f958cc9e588d23517c9)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core and Builtins/2024-02-07-07-50-12.gh-issue-114828.nSXwMi.rst [new file with mode: 0644]
Python/symtable.c