summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-12-05 20:44:01 (GMT)
committerGitHub <noreply@github.com>2021-12-05 20:44:01 (GMT)
commit2b318ce1c988b7b6e3caf293d55f289e066b6e0f (patch)
tree1f0089d63fb9e383c60d294f2fbd99eb0bc24614 /Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst
parent446be166861b2f08f87f74018113dd98ca5fca02 (diff)
downloadcpython-2b318ce1c988b7b6e3caf293d55f289e066b6e0f.zip
cpython-2b318ce1c988b7b6e3caf293d55f289e066b6e0f.tar.gz
cpython-2b318ce1c988b7b6e3caf293d55f289e066b6e0f.tar.bz2
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst b/Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst
new file mode 100644
index 0000000..573a569
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-28-23-40-54.bpo-45664.7dqtxQ.rst
@@ -0,0 +1,2 @@
+Fix :func:`types.resolve_bases` and :func:`types.new_class` for
+:class:`types.GenericAlias` instance as a base.