]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Mar 2026 20:26:52 +0000 (21:26 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 20:26:52 +0000 (20:26 +0000)
commit0db2beee6b35296673dda2ecf811a8509381fa23
treefc593a4a8cef7619578b57001e67d4f63e429fb6
parentba1ea3a85a13efb18baef54e63ed04d71ad84171
[3.14] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702) (#145710)

(cherry picked from commit 63eaaf95999c530cbd75b3addc3e660499d3adbe)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* Add `:oss-fuzz:` supports

Backports part of https://github.com/python/cpython/commit/255e79fa955ac5ffef9eb27087e8b1373e98e3bd.

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/conf.py
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