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 ronaldoussoren
Recipients georg.brandl, ronaldoussoren
Date 2009-12-26.15:11:53
SpamBayes Score 0.004257713
Marked as misclassified No
Message-id <1261840316.44.0.384020679104.issue7577@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for bf_getbuffer at <http://www.python.org/doc/3.1/c-
api/typeobj.html#buffer-object-structures> claims:

<quote>
The signature of getbufferproc is int (PyObject *obj, PyObject *view, 
int flags). obj is the object to export, view is the Py_buffer struct to 
fill
</quote>

This is incorrect, the 'view' argument has type 'Py_buffer*'.

The same issue is also present in the 3.2 documentation (and I haven't 
checked the 2.6/2.7 docs yet)
History
Date User Action Args
2009-12-26 15:11:56ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl
2009-12-26 15:11:56ronaldoussorensetmessageid: <1261840316.44.0.384020679104.issue7577@psf.upfronthosting.co.za>
2009-12-26 15:11:54ronaldoussorenlinkissue7577 messages
2009-12-26 15:11:53ronaldoussorencreate