]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
authorCarl Meyer <carl@oddbird.net>
Fri, 9 Feb 2024 19:19:09 +0000 (12:19 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 19:19:09 +0000 (12:19 -0700)
commita225520af941fb125a4ede77a617501dfb8b46da
tree51888001d15b176d7c2f60b5db1b95dd74f3d136
parent5a173efa693a053bf4a059c82c1c06c82a9fa8fb
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-02-08-17-04-58.gh-issue-112903.SN_vUs.rst [new file with mode: 0644]