From: Serhiy Storchaka Date: Fri, 7 Oct 2016 20:25:46 +0000 (+0300) Subject: Issue #18287: PyType_Ready() now checks that tp_name is not NULL. X-Git-Tag: v3.6.0b2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e45b7c09ece01c9b35a14b89eb64e1324ed321a8;p=thirdparty%2FPython%2Fcpython.git Issue #18287: PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas Koep. --- e45b7c09ece01c9b35a14b89eb64e1324ed321a8