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-14.02:31:11
SpamBayes Score 0.0010051026
Marked as misclassified No
Message-id <1216002673.17.0.188111021136.issue3299@psf.upfronthosting.co.za>
In-reply-to
Content
Other examples of invalid use of PyObject_Del().

Don't apply the patch, i didn't check it. Eg. element_dealloc() should 
crash if self->tag is NULL... and at line 331, self->tag is NULL 
whereas I called element_dealloc() using Py_DECREF()!
History
Date User Action Args
2008-07-14 02:31:13vstinnersetspambayes_score: 0.0010051 -> 0.0010051026
recipients: + vstinner, effbot, georg.brandl
2008-07-14 02:31:13vstinnersetspambayes_score: 0.0010051 -> 0.0010051
messageid: <1216002673.17.0.188111021136.issue3299@psf.upfronthosting.co.za>
2008-07-14 02:31:12vstinnerlinkissue3299 messages
2008-07-14 02:31:12vstinnercreate