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 0ade20c commit 13f8e50Copy full SHA for 13f8e50
numcodecs/lz4.pyx
@@ -82,6 +82,7 @@ def compress(source, int acceleration=DEFAULT_ACCELERATION):
82
if not PyBuffer_IsContiguous(source_pb, b'A'):
83
raise BufferError("`source` must contain contiguous memory")
84
85
+ # extract metadata
86
source_ptr = <const char*>source_pb.buf
87
source_size = source_pb.len
88
0 commit comments