]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106719: Fix __annotations__ getter and setter in the type and module types (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 05:56:58 +0000 (08:56 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 05:56:58 +0000 (08:56 +0300)
commite1c295e3da9ff5a3eb6b009a1f821d80e564ac87
tree1b8b32f429c0a93f04ed9c78049a864de701160c
parentece3b9d12a2f47da8b144f185dfba9b2b725fc82
gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720)

No longer suppress arbitrary errors. Simplify the code.
Misc/NEWS.d/next/Core and Builtins/2023-07-13-15-59-07.gh-issue-106719.jmVrsv.rst [new file with mode: 0644]
Objects/moduleobject.c
Objects/typeobject.c