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 drukker
Recipients drukker, georg.brandl
Date 2009-09-02.12:40:23
SpamBayes Score 0.001129188
Marked as misclassified No
Message-id <1251895225.69.0.615338727818.issue6821@psf.upfronthosting.co.za>
In-reply-to
Content
In documentation (c-api/buffer.html):

  void PyBuffer_Release(PyObject *obj, Py_buffer *view)

should be:

  void PyBuffer_Release(Py_buffer *view)

(as per Include/abstract.h)
History
Date User Action Args
2009-09-02 12:40:25drukkersetrecipients: + drukker, georg.brandl
2009-09-02 12:40:25drukkersetmessageid: <1251895225.69.0.615338727818.issue6821@psf.upfronthosting.co.za>
2009-09-02 12:40:24drukkerlinkissue6821 messages
2009-09-02 12:40:23drukkercreate