]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
authorHai Shi <shihai1992@gmail.com>
Fri, 6 Nov 2020 16:04:47 +0000 (00:04 +0800)
committerGitHub <noreply@github.com>
Fri, 6 Nov 2020 16:04:47 +0000 (17:04 +0100)
commit88c2cfd9ffbcfc43fd1364f2984852a819547d43
tree85571ab2d826b5eed1e084c9b973e3f9016fecd9
parent803187796f06bdc47ae74ce3d28c443e8cc2a27f
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Doc/c-api/type.rst
Doc/whatsnew/3.10.rst
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2020-11-03-19-47-06.bpo-41832.dL1VJJ.rst [new file with mode: 0644]
Modules/_lsprof.c
Modules/_testcapimodule.c
Objects/typeobject.c