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.
cimport
libc
1 parent 31a7446 commit 9069553Copy full SHA for 9069553
numcodecs/lz4.pyx
@@ -5,10 +5,11 @@
5
# cython: language_level=3
6
7
8
+from libc.stdint cimport uint8_t, uint32_t
9
+
10
from cpython.buffer cimport PyBuffer_IsContiguous
11
from cpython.bytes cimport PyBytes_FromStringAndSize, PyBytes_AS_STRING
12
from cpython.memoryview cimport PyMemoryView_GET_BUFFER
-from libc.stdint cimport uint8_t, uint32_t
13
14
from ._utils cimport store_le32, load_le32
15
from .compat import ensure_contiguous_ndarray
0 commit comments