]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 25 Sep 2021 08:56:22 +0000 (11:56 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 08:56:22 +0000 (10:56 +0200)
commit784905dbeff68cf788bbeefe0a675af1af04affc
treeea65406abec0964e637a33da355e6edc33a9e94a
parent4c0fc65cd8a6d4c18330505576ccd4b46abeec1c
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/ann_module5.py [new file with mode: 0644]
Lib/test/ann_module6.py [new file with mode: 0644]
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-09-10-21-35-53.bpo-45166.UHipXF.rst [new file with mode: 0644]