[issue15725] PyType_FromSpecWithBases bugfix

Alexander Belopolsky report at bugs.python.org
Mon Sep 10 05:05:35 CEST 2012


Alexander Belopolsky added the comment:

Why is this a problem? ISTM all that is happening is that null tp_base is set to null if Py_tp_base slot is specified as null.  If this is somehow a problem - the user should not specify Py_tp_base slot.

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15725>
_______________________________________


More information about the Python-bugs-list mailing list