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.
1 parent 4ace82f commit 44fd577Copy full SHA for 44fd577
msgpack/_unpacker.pyx
@@ -3,7 +3,6 @@
3
from cpython cimport *
4
cdef extern from "Python.h":
5
ctypedef struct PyObject
6
- cdef int PyObject_AsReadBuffer(object o, const void** buff, Py_ssize_t* buf_len) except -1
7
object PyMemoryView_GetContiguous(object obj, int buffertype, char order)
8
9
from libc.stdlib cimport *
0 commit comments