]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94607: Fix subclassing generics (GH-94610)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Jul 2022 05:20:43 +0000 (22:20 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 05:20:43 +0000 (22:20 -0700)
commitb4e232c4b5d977578b3c6aa86d8b76085167c313
treea8c08981ba28b0687a71cbdfd06bc695c1cd0f24
parentcb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5
gh-94607: Fix subclassing generics (GH-94610)

Co-authored-by: Serhiy Storchaka <3659035+serhiy-storchaka@users.noreply.github.com>
(cherry picked from commit 6442a9dd212fa18343db21849cf05c0181662c1f)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-07-06-16-01-08.gh-issue-94607.Q6RYfz.rst [new file with mode: 0644]
Objects/genericaliasobject.c