[issue8946] PyBuffer_Release signature in 3.1 documentation is incorrect

Dave Opstad report at bugs.python.org
Tue Jun 8 22:25:46 CEST 2010


New submission from Dave Opstad <dave.opstad at monotypeimaging.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 107342
nosy: docs at python, opstad
priority: normal
severity: normal
status: open
title: PyBuffer_Release signature in 3.1 documentation is incorrect
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8946>
_______________________________________


More information about the Python-bugs-list mailing list