]> 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>
Tue, 7 Dec 2021 12:00:06 +0000 (04:00 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 12:00:06 +0000 (14:00 +0200)
commitbffce2cbb5543bc63a67e33ad599328a12f2b00a
tree691d60345af911551291750ff3f8341b7c07bf51
parente688568cdfe758a2316ecaf0c8df868d5dde0d83
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) (GH-29928)

(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]