]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Jun 2021 23:52:28 +0000 (16:52 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Jun 2021 23:52:28 +0000 (16:52 -0700)
commit3df23b5199a4bb237a595cadca6c49d34ab2a56c
treec34b770ff1bca34ce420df73bb7fbbae11b56ffb
parent6cd369c48f7dbfe4e2c2035011c575b90ad0e7d5
[3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920)

(cherry picked from commit 7569c0fe91dfcf562dee8c29798ecda74d738aa8)

Co-authored-by: will-ca <willchencontact@gmail.com>
Automerge-Triggered-By: GH:gvanrossum
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]