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 pitrou, sbt, skrah
Date 2012-05-28.11:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338205469.32.0.977063962406.issue14930@psf.upfronthosting.co.za>
In-reply-to
Content
In the test, you should call gc.collect() so that it works on non-reference counted implementations. Also, I would call PyObject_ClearWeakRefs() after memory_release() and Py_CLEAR(self->mbuf), not before (in case a weakref callback relies on the buffer being released).
History
Date User Action Args
2012-05-28 11:44:29pitrousetrecipients: + pitrou, skrah, sbt
2012-05-28 11:44:29pitrousetmessageid: <1338205469.32.0.977063962406.issue14930@psf.upfronthosting.co.za>
2012-05-28 11:44:28pitroulinkissue14930 messages
2012-05-28 11:44:28pitroucreate