[issue11249] Memory mismanagement with Py_tp_doc

Georg Brandl report at bugs.python.org
Sat Feb 19 22:47:52 CET 2011


Georg Brandl <georg at python.org> added the comment:

OK, committed in r88443 (with error handling made more consistent).

BTW, the return from PyType_GenericAlloc isn't NULL-checked, which looks like a potential crasher to me.  Not release-critical though.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list