zlib: Add Z_FIXED and Z_RLE (#4993)

This commit is contained in:
Andrew Zhou
2021-01-31 22:46:12 -08:00
committed by GitHub
parent e2fd852952
commit 274f6b5d51
+2
View File
@@ -12,9 +12,11 @@ Z_DEFAULT_COMPRESSION: int
Z_DEFAULT_STRATEGY: int
Z_FILTERED: int
Z_FINISH: int
Z_FIXED: int
Z_FULL_FLUSH: int
Z_HUFFMAN_ONLY: int
Z_NO_FLUSH: int
Z_RLE: int
Z_SYNC_FLUSH: int
if sys.version_info >= (3,):
DEF_BUF_SIZE: int