8000 Remove unused PyObject_AsReadBuffer definition (#468) · nomissbowling/msgpack-python@44fd577 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44fd577

Browse files
authored
Remove unused PyObject_AsReadBuffer definition (msgpack#468)
Also "old" buffer API was removed in Python 3.10
1 parent 4ace82f commit 44fd577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msgpack/_unpacker.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from cpython cimport *
44
cdef extern from "Python.h":
55
ctypedef struct PyObject
6-
cdef int PyObject_AsReadBuffer(object o, const void** buff, Py_ssize_t* buf_len) except -1
76
object PyMemoryView_GetContiguous(object obj, int buffertype, char order)
87

98
from libc.stdlib cimport *

0 commit comments

Comments
 (0)
0