]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Sep 2021 09:21:13 +0000 (02:21 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 09:21:13 +0000 (11:21 +0200)
commitd312b8516e11027ce97897d39764e242f0f57087
tree9c7c81603df2bbfbe521d5ae1a639a3b5be22493
parent371ca3b54d355476cc735cb932e80f5cd16310da
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)

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]