]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132285: Fix that `__annotate__` is not deleted when `__annotations__` is deleted...
authorsobolevn <mail@sobolevn.me>
Wed, 9 Apr 2025 17:36:08 +0000 (20:36 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Apr 2025 17:36:08 +0000 (10:36 -0700)
commit254110356d17204d2aebb9e74b6074cc6ef6382e
treeae265e6ec315942c0f060c8d95ac4dbf819c70a1
parent1f5682f3a27516833f7c317707dd359280dba6e7
gh-132285: Fix that `__annotate__` is not deleted when `__annotations__` is deleted (#132286)
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-09-12-37-31.gh-issue-132286.1ZdsOa.rst [new file with mode: 0644]
Objects/typeobject.c