[issue3299] invalid object destruction in re.finditer()

STINNER Victor report at bugs.python.org
Mon Jul 7 00:44:05 CEST 2008


STINNER Victor <haypo at users.sourceforge.net> added the comment:

Hum, the bug is maybe specific to Python build with --with-pydebug. I 
don't know exactly the behaviour changes of the PYDEBUG option.

@effbot: in my patch, I replaced PyObject_DEL (PyObject_FREE) and not 
PyObject_Del (PyMem_Free).

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


More information about the Python-bugs-list mailing list