]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137814: Fix `__qualname__` of `__annotate__` (#137842)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 16 Apr 2026 04:52:30 +0000 (21:52 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2026 04:52:30 +0000 (21:52 -0700)
commit5b8cd314e24074505fa4da57a06a7a9d46bc2434
tree12b5ff60c828345b13d6e1015367dbad4fc1d76e
parent54607eec34b42d377a12fe16697e61a1663a1f42
gh-137814: Fix `__qualname__` of `__annotate__` (#137842)
Include/internal/pycore_magic_number.h
Include/internal/pycore_symtable.h
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-15-21-33-16.gh-issue-137814.6yRTeu.rst [new file with mode: 0644]
Python/compile.c
Python/symtable.c