File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ Z_DEFAULT_COMPRESSION: int
28
28
DEF_BUF_SIZE : int
29
29
DEF_MEM_LEVEL : int
30
30
MAX_WBITS : int
31
- ISAL_DEFAULT_HIST_BITS : int
32
31
33
32
DEFLATED : int
34
33
@@ -38,12 +37,9 @@ Z_HUFFMAN_ONLY: int
38
37
Z_FILTERED : int
39
38
Z_FIXED : int
40
39
41
- ISAL_NO_FLUSH : int
42
- ISAL_SYNC_FLUSH : int
43
- ISAL_FULL_FLUSH : int
44
-
45
40
Z_NO_FLUSH : int
46
41
Z_SYNC_FLUSH : int
42
+ Z_FULL_FLUSH : int
47
43
Z_FINISH : int
48
44
49
45
class IsalError (OSError ): ...
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ DEF DEF_MEM_LEVEL_I = 8
93
93
DEF_BUF_SIZE = DEF_BUF_SIZE_I
94
94
DEF_MEM_LEVEL = DEF_MEM_LEVEL_I
95
95
MAX_WBITS = ISAL_DEF_MAX_HIST_BITS
96
- ISAL_DEFAULT_HIST_BITS= 0
97
96
98
97
# Compression methods
99
98
DEFLATED = zlib.DEFLATED
You can’t perform that action at this time.
0 commit comments