[issue8627] Unchecked PyErr_WarnPy3k return value in Objects/typeobject.c

Mark Dickinson report at bugs.python.org
Wed May 5 16:49:03 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Hmm.  Fixing this isn't easy:  a simple 'if (inherit_slots(...) < 0) goto error;' produces a huge reference leak in PyType_Ready.

----------

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


More information about the Python-bugs-list mailing list