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 ncoghlan
Recipients ncoghlan, pitrou, rupole
Date 2010-11-03.13:00:31
SpamBayes Score 0.00010899437
Marked as misclassified No
Message-id <1288789236.21.0.230161432379.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
So the overall to-do list here is sounding like:

1. Document "Py_buffer->obj" appropriately in both the C API documentation and in PEP 3118

2. Ensure GetBuffer/ReleaseBuffer are used as the moral equivalent of INCREF/DECREF for Py_buffer objects.

3. Check builtin types correctly manage the lifecycle of all elements of their exported Py_buffer structs

4. Check return values and throw exceptions as noted in the original post
History
Date User Action Args
2010-11-03 13:00:36ncoghlansetrecipients: + ncoghlan, rupole, pitrou
2010-11-03 13:00:36ncoghlansetmessageid: <1288789236.21.0.230161432379.issue10181@psf.upfronthosting.co.za>
2010-11-03 13:00:31ncoghlanlinkissue10181 messages
2010-11-03 13:00:31ncoghlancreate