]> granicus.if.org Git - python/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)
commit0ea51b18d547e555ffa99df60341431b6b85c0a9
treeb25a6d575525165d6a325269100b77df91c72fea
parent58ab4b57da2e5db7ff9b9940dd21bbbe4d804957
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