]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106719: Fix __annotations__ getter and setter in the type and module types...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 07:19:45 +0000 (10:19 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 07:19:45 +0000 (10:19 +0300)
commitfb0487405314d3df4ce35f45850a6f7b7f041df1
tree508781de697800b420fd2a2df601b8f32096c199
parenta7acc5cb5c5327abeffe107d20b5d609fe0bdfad
[3.11] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106850)

No longer suppress arbitrary errors. Simplify the code.
(cherry picked from commit e1c295e3da9ff5a3eb6b009a1f821d80e564ac87)
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