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.
try
1 parent a77e8cf commit fb5ffacCopy full SHA for fb5ffac
numcodecs/lz4.pyx
@@ -90,6 +90,7 @@ def compress(source, int acceleration=DEFAULT_ACCELERATION):
90
source_size = source_pb.len
91
92
try:
93
+
94
# setup destination
95
dest_size = LZ4_compressBound(source_size)
96
dest = PyBytes_FromStringAndSize(NULL, dest_size + sizeof(uint32_t))
0 commit comments