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 serhiy.storchaka
Recipients martin.panter, serhiy.storchaka, skrah
Date 2015-11-01.14:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446386410.34.0.0416290347702.issue25525@psf.upfronthosting.co.za>
In-reply-to
Content
1) memory_clear()

  2) _memory_release()

  3) if self->exports > 0 then BufferError (but ignored).

  4) Py_CLEAR(self->mbuf)

  5) memory_dealloc()

  6) _memory_release()

  7) self->mbuf->exports where self->mbuf == NULL
History
Date User Action Args
2015-11-01 14:00:10serhiy.storchakasetrecipients: + serhiy.storchaka, skrah, martin.panter
2015-11-01 14:00:10serhiy.storchakasetmessageid: <1446386410.34.0.0416290347702.issue25525@psf.upfronthosting.co.za>
2015-11-01 14:00:10serhiy.storchakalinkissue25525 messages
2015-11-01 14:00:10serhiy.storchakacreate