]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28561)
authorŁukasz Langa <lukasz@langa.pl>
Sat, 25 Sep 2021 09:30:20 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 09:30:20 +0000 (11:30 +0200)
commit1f08d16c90b6619607fe0656328062ab986cce29
treedd1b14f6084398f8781a551f53f0603c9b937920
parent2a7d985bb3a1d85d63f135956750b330408702e6
[3.9] bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28561)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>.
(cherry picked from commit 784905dbeff68cf788bbeefe0a675af1af04affc)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]