]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic` (...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 25 May 2023 16:43:40 +0000 (09:43 -0700)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 16:43:40 +0000 (16:43 +0000)
commit2b7027d0b2ee2e102a24a0da27d01b8221f9351c
tree89fcf158a87d80b7799ee8daf51883bcdad23db0
parent77d7ec5aa978db05cfb6f83e7624ca195065ce11
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic` (#104939)

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-05-25-08-50-47.gh-issue-104935.-rm1BR.rst [new file with mode: 0644]