]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Nov 2020 11:25:02 +0000 (13:25 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 11:25:02 +0000 (13:25 +0200)
commit686c203cd4355be5b7809a9d24b4aa3566d9371f
tree457b1a741d4f70e85d2bea686cd9ffb822cd8a85
parentc4d45ee670c09d4f6da709df072ec80cb7dfad22
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Doc/c-api/type.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/C API/2020-11-21-12-27-19.bpo-42423.ByJHhY.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/_ssl.c
Objects/structseq.c
Objects/typeobject.c