issues
search
sergey-dryabzhinsky
/
python-zstd
Simple python bindings to Yann Collet ZSTD compression library
BSD 2-Clause "Simplified" License
165
stars
27
forks
source link
Version 0.6.1.1
#9
Closed
sergey-dryabzhinsky
closed
8 years ago
sergey-dryabzhinsky
commented
8 years ago
Fixes by @hashbackup (issue #8):
return NULL for errors
release the GIL during compression/decompression
does more data validation than before, based on lz4
length word is always LE instead of host-order (also from lz4)
Fixes by @hashbackup (issue #8):