This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients effbot, georg.brandl, vstinner
Date 2008-07-06.22:44:03
SpamBayes Score 0.02854303
Marked as misclassified No
Message-id <1215384245.32.0.82025576503.issue3299@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-07-06 22:44:05vstinnersetspambayes_score: 0.028543 -> 0.02854303
recipients: + vstinner, effbot, georg.brandl
2008-07-06 22:44:05vstinnersetspambayes_score: 0.028543 -> 0.028543
messageid: <1215384245.32.0.82025576503.issue3299@psf.upfronthosting.co.za>
2008-07-06 22:44:04vstinnerlinkissue3299 messages
2008-07-06 22:44:03vstinnercreate