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 pitrou
Recipients alexandre.vassalotti, pitrou
Date 2009-06-08.20:10:44
SpamBayes Score 0.00016839712
Marked as misclassified No
Message-id <1244491845.3.0.414277276885.issue6242@psf.upfronthosting.co.za>
In-reply-to
Content
It seems wrong to call PyObject_ClearWeakRefs() in stringio_clear().
Weakrefs should only be notified when the object is deallocated, not
cleared.
Besides, you should add a test for this, so that the leak can be spotted
with regrtest -R.
History
Date User Action Args
2009-06-08 20:10:45pitrousetrecipients: + pitrou, alexandre.vassalotti
2009-06-08 20:10:45pitrousetmessageid: <1244491845.3.0.414277276885.issue6242@psf.upfronthosting.co.za>
2009-06-08 20:10:44pitroulinkissue6242 messages
2009-06-08 20:10:44pitroucreate