]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Dec 2021 21:26:37 +0000 (13:26 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 21:26:37 +0000 (13:26 -0800)
commitcb68c0a3a4aeb4ec58ab1f71b70bc8bfecbceef6
tree60b411fd1cf2c5c12ab35d92adf79f62911916c9
parentabceb66c7e33d165361d8a26efb3770faa721aff
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)

(cherry picked from commit 2b318ce1c988b7b6e3caf293d55f289e066b6e0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_types.py
Lib/types.py
Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst [new file with mode: 0644]