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.

作者 kermode
收信人 docs@python, kermode, pitrou
日期 2010-10-01.07:26:11
SpamBayes Score 9.972314e-05
Marked as misclassified
Message-id <4CA58D10.1070008@telus.net>
In-reply-to <1285895424.84.0.760711862577.issue10001@psf.upfronthosting.co.za>
内容
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?
历史
日期 用户 动作 参数
2010-10-01 07:26:14kermode修改recipients: + kermode, pitrou, docs@python
2010-10-01 07:26:12kermode链接issue10001 messages
2010-10-01 07:26:12kermode创建