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 opstad
Recipients docs@python, opstad
Date 2010-06-08.20:25:44
SpamBayes Score 0.025110142
Marked as misclassified No
Message-id <1276028746.19.0.698782351102.issue8946@psf.upfronthosting.co.za>
In-reply-to
Content
According to the 3.1 documentation, the prototype for PyBuffer_Release is:

void PyBuffer_Release(PyObject *obj, Py_buffer *view);

However, abstract.h has this prototype:

PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);

The documentation's reference to "obj" should be removed.
History
Date User Action Args
2010-06-08 20:25:46opstadsetrecipients: + opstad, docs@python
2010-06-08 20:25:46opstadsetmessageid: <1276028746.19.0.698782351102.issue8946@psf.upfronthosting.co.za>
2010-06-08 20:25:44opstadlinkissue8946 messages
2010-06-08 20:25:44opstadcreate