]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Mar 2026 21:44:31 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 21:44:31 +0000 (14:44 -0700)
commit321daaba4e580696bf521863115c5499923153ed
tree185e216dcd2a179d96e35e8eed5f722632bc9924
parent4800aa3076cde0f76ef6ba02a074e061316311d2
[3.13] gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702) (#145711)

* gh-145701: Fix `__classdict__` & `__conditional_annotations__` in class-scope inlined comprehensions (GH-145702)
(cherry picked from commit 63eaaf95999c530cbd75b3addc3e660499d3adbe)

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

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