Message 117780 - Python tracker (original) (raw)

Message117780

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:14 kermode set recipients: + kermode, pitrou, docs@python
2010-10-01 07:26:12 kermode link issue10001 messages
2010-10-01 07:26:12 kermode create