]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (#149806)
authorStan Ulbrych <stan@python.org>
Tue, 2 Jun 2026 09:17:03 +0000 (10:17 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 09:17:03 +0000 (10:17 +0100)
commitc52d2b16ddda3995f0f935b1a3815f1aac498da6
tree9bb97eded3d8bafd9bf025d1c50ee4e83e2ada35
parentcee3327b9264a653cdbd2f9bb1ffa74a95be66e9
gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (#149806)
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