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:38:20
SpamBayes Score 0.01112728
Marked as misclassified No
Message-id <1216003101.74.0.651935515771.issue3299@psf.upfronthosting.co.za>
In-reply-to
Content
About _curses_panel.patch: same as pyobject_del.patch, i didn't tested 
the code, and is looks like PyCursesPanel_Dealloc() expects that the 
object is properly initialized.

It looks like this bug (invalid use of PyObject_Del/PyObject_DEL) is 
not an easy job and may changes many lines of code to fix it. Instead 
of replacing PyObjectDel/PyObjectDEL by Py_DECREF, another solution 
would be to patch PyObjectDel/PyObjectDEL for the case when 
Py_TRACE_REFS is defined (and then call _Py_ForgetReference()).
History
Date User Action Args
2008-07-14 02:38:21vstinnersetspambayes_score: 0.0111273 -> 0.01112728
recipients: + vstinner, effbot, georg.brandl
2008-07-14 02:38:21vstinnersetspambayes_score: 0.0111273 -> 0.0111273
messageid: <1216003101.74.0.651935515771.issue3299@psf.upfronthosting.co.za>
2008-07-14 02:38:21vstinnerlinkissue3299 messages
2008-07-14 02:38:20vstinnercreate