āžœ

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 martin.panter
Recipients martin.panter, python-dev, ronaldoussoren, serhiy.storchaka, taleinat
Date 2015-05-26.07:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432626371.71.0.381741465459.issue24009@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I just figured out that myself. Specifically, PyBufferProcs.bf_releasebuffer has to be NULL, and the buffer stays alive as long as the object stays alive.

Also it looks like I was wrong about ā€œuā€ being useless. I was tricked by a contradiction in the documentation, but I will try to fix this in a patch to Issue 24278.
History
Date User Action Args
2015-05-26 07:46:11martin.pantersetrecipients: + martin.panter, ronaldoussoren, taleinat, python-dev, serhiy.storchaka
2015-05-26 07:46:11martin.pantersetmessageid: <1432626371.71.0.381741465459.issue24009@psf.upfronthosting.co.za>
2015-05-26 07:46:11martin.panterlinkissue24009 messages
2015-05-26 07:46:11martin.pantercreate