We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyObject_CopyData
PyObject *
1 parent 32a738e commit 00791f2Copy full SHA for 00791f2
Doc/c-api/buffer.rst
@@ -499,7 +499,7 @@ Buffer-related functions
499
This function fails if *len* != *src->len*.
500
501
502
-.. c:function:: int PyObject_CopyData(Py_buffer *dest, Py_buffer *src)
+.. c:function:: int PyObject_CopyData(PyObject *dest, PyObject *src)
503
504
Copy data from *src* to *dest* buffer. Can convert between C-style and
505
or Fortran-style buffers.
0 commit comments