]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 20:24:35 +0000 (23:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 20:24:35 +0000 (23:24 +0300)
commitde0574bdabc1183706406b421dea2e3e3c165eb3
tree64b0977a9369569ad93d106940262a629938e934
parent8793b215253bf69cc699fab77b12d7f1313360d8
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
Doc/c-api/typeobj.rst
Doc/extending/newtypes.rst
Misc/ACKS
Misc/NEWS
Objects/typeobject.c