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 5406e27 commit fb30c5eCopy full SHA for fb30c5e
CHANGELOG.rst
@@ -7,6 +7,13 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
+version 1.2.0-dev
11
+-----------------
12
++ Escape GIL when calling inflate, deflate, crc32 and adler32 functions to
13
+ just like in CPython. This allows for utilising more CPU cores in combination
14
+ with the threading module. This comes with a very slight cost in efficiency
15
+ for strict single-threaded applications.
16
+
17
version 1.1.0
18
-----------------
19
+ Added tests and support for Python 3.11.
0 commit comments