]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid...
authorwill-ca <willchencontact@gmail.com>
Sat, 26 Jun 2021 23:31:32 +0000 (23:31 +0000)
committerGitHub <noreply@github.com>
Sat, 26 Jun 2021 23:31:32 +0000 (16:31 -0700)
commit7569c0fe91dfcf562dee8c29798ecda74d738aa8
tree3561e803ea17399dc8347028cd6fdc4e3ef860d5
parent521ba8892ef367c45bf1647b04a726d3f553637c
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-06-23-19-02-00.bpo-44468.-klV5-.rst [new file with mode: 0644]