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 32bf020 commit 4200dfdCopy full SHA for 4200dfd
1 file changed
src/blosc2/blosc2_ext.pyx
@@ -24,7 +24,6 @@ from cpython cimport (
24
PyObject_GetBuffer,
25
)
26
from cpython.pycapsule cimport PyCapsule_GetPointer, PyCapsule_New
27
-from cpython.ref cimport Py_INCREF, Py_DECREF
28
from cython.operator cimport dereference
29
from libc.stdint cimport uintptr_t
30
from libc.stdlib cimport free, malloc, realloc
0 commit comments