]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 May 2023 17:15:48 +0000 (10:15 -0700)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 17:15:48 +0000 (17:15 +0000)
commit930efde4c72a38cdc98dfafc94f790638639924e
tree35c85a4d3dd903254f026dec7b7440e62b438676
parentd176f78ec23116bedaa8c5ad27fe5ca323deebaf
[3.12] gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic` (GH-104939) (#104941)

gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic` (GH-104939)

---------

(cherry picked from commit 2b7027d0b2ee2e102a24a0da27d01b8221f9351c)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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]