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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou
Date 2009-06-09.05:17:35
SpamBayes Score 3.139195e-07
Marked as misclassified No
Message-id <1244524660.61.0.613574686166.issue6242@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch. The new patch also cleans up tp_clear,
tp_traverse and tp_dealloc of io.BytesIO which used weakreflist incorrectly.

I also added support for test_memoryio for adding reference leak
regression tests. As you'll see, the support is a bit heavyweight for
the only test case there. So perhaps I could change this to something
simpler.
History
Date User Action Args
2009-06-09 05:17:40alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou
2009-06-09 05:17:40alexandre.vassalottisetmessageid: <1244524660.61.0.613574686166.issue6242@psf.upfronthosting.co.za>
2009-06-09 05:17:38alexandre.vassalottilinkissue6242 messages
2009-06-09 05:17:38alexandre.vassalotticreate