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 kermode
Recipients docs@python, kermode, pitrou
Date 2010-10-01.07:26:11
SpamBayes Score 9.972314e-05
Marked as misclassified No
Message-id <4CA58D10.1070008@telus.net>
In-reply-to <1285895424.84.0.760711862577.issue10001@psf.upfronthosting.co.za>
Content
This will work for bf_getbuffer, though having PyObject_GetBuffer set 
the obj field before passing it to the callback might be safer. Also, 
this does not address the case with wrapper types like memoryview. What 
happens if ~Py_buffer.obj is not visited in tp_traverse? Should this be 
documented?
History
Date User Action Args
2010-10-01 07:26:14kermodesetrecipients: + kermode, pitrou, docs@python
2010-10-01 07:26:12kermodelinkissue10001 messages
2010-10-01 07:26:12kermodecreate