]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133778: Fix setting `__annotations__` under PEP 563 (#133794)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 25 May 2025 15:38:18 +0000 (08:38 -0700)
committerGitHub <noreply@github.com>
Sun, 25 May 2025 15:38:18 +0000 (08:38 -0700)
commit4443110c3409ecba9f0fd49495d039030cb7ed58
tree3195b9add9807546938920c6ce7ec3aaecf007a5
parent91b48868a82821c1cbfd2245212699b57d3a24c7
gh-133778: Fix setting `__annotations__` under PEP 563 (#133794)
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-09-18-11-21.gh-issue-133778.pWEV3t.rst [new file with mode: 0644]
Objects/typeobject.c