]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 9 Mar 2026 19:56:41 +0000 (19:56 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 19:56:41 +0000 (12:56 -0700)
commit63eaaf95999c530cbd75b3addc3e660499d3adbe
tree7e9b2ec4a9780ab7d8cd1eb8eca8e5507244b873
parentd6c1763a08d7679ee4b11466c7fa088692c6903e
gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702)
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-09-18-52-03.gh-issue-145701.79KQyO.rst [new file with mode: 0644]
Python/symtable.c