]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jun 2026 08:39:22 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 08:39:22 +0000 (09:39 +0100)
commitf8cea98b4e449f9a2ed00d8eef4d2b05ed7448d8
tree73bf9b7a53cec3b00364643c35b45dac8ed84c94
parentaccc0c8315dc53a639748b2dcd6094c3300eeb08
[3.15] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (GH-149806)

(cherry picked from commit c52d2b16ddda3995f0f935b1a3815f1aac498da6)

Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-13-21-26-26.gh-issue-149805.IG6cza.rst [new file with mode: 0644]
Python/symtable.c