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 skrah
Recipients martin.panter, serhiy.storchaka, skrah
Date 2015-11-01.10:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446372999.56.0.314431217312.issue25525@psf.upfronthosting.co.za>
In-reply-to
Content
> First garbage collector calls tp_clear for all objects in the loop (memory_clear() for memoryview).
If self->exports != 0 for memoryview, _memory_release() fails and the _Py_MEMORYVIEW_RELEASED flag is not set.

I don't understand:

  1) memory_clear()

  2) _memory_release()

  3) if self->exports > 0 then BufferError.


Please state the code path clearly.
History
Date User Action Args
2015-11-01 10:16:39skrahsetrecipients: + skrah, martin.panter, serhiy.storchaka
2015-11-01 10:16:39skrahsetmessageid: <1446372999.56.0.314431217312.issue25525@psf.upfronthosting.co.za>
2015-11-01 10:16:39skrahlinkissue25525 messages
2015-11-01 10:16:39skrahcreate