]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
authorCarl Meyer <carl@oddbird.net>
Wed, 7 Feb 2024 16:56:16 +0000 (11:56 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 16:56:16 +0000 (16:56 +0000)
commitfedbf77191ea9d6515b39f958cc9e588d23517c9
treecd4941e9d79c8a6cc4f3e4d86d7ffa46a7f5694a
parent8a3c499ffe7e15297dd4c0b446a0b97b4d32108a
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
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