]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:33 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 08:39:33 +0000 (09:39 +0100)
commit522fe015ab03903d252d10f94bcd2fca56a521c5
tree101b5bc8e3dcb7ae526f4fadcd365258e32531b7
parent7756f59892df07f703725a0a9a17fdef918b97c5
[3.14] 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