Issue 6821: incorrect doc for PyBuffer_Release (original) (raw)
Issue6821
Created on 2009-09-02 12:40 by drukker, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg92165 - (view) | Author: Derk Drukker (drukker) | Date: 2009-09-02 12:40 |
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) | ||
msg92181 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-09-02 20:37 |
Thanks, fixed in r74631, will be merged to other branches soon. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:52 | admin | set | github: 51070 |
2009-09-02 20:37:39 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + |
2009-09-02 12:40:24 | drukker | create |