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 d043751 commit afdc22eCopy full SHA for afdc22e
CHANGELOG.rst
@@ -9,6 +9,8 @@ Changelog
9
10
version 1.2.0-dev
11
-----------------
12
++ Fix bug where zdict's could not be set for ``isal_zlib.decompressobj`` and
13
+ ``igzip_lib.IgzipDecompressor``.
14
+ Escape GIL when calling inflate, deflate, crc32 and adler32 functions to
15
just like in CPython. This allows for utilising more CPU cores in combination
16
with the threading module. This comes with a very slight cost in efficiency
0 commit comments