Message 120322 - Python tracker (original) (raw)

Message120322

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:36 ncoghlan set recipients: + ncoghlan, rupole, pitrou
2010-11-03 13:00:36 ncoghlan set messageid: 1288789236.21.0.230161432379.issue10181@psf.upfronthosting.co.za
2010-11-03 13:00:31 ncoghlan link issue10181 messages
2010-11-03 13:00:31 ncoghlan create