Skip to content

Commit 0791c1d

Browse files
authored
Merge pull request #117 from pycompression/simplify
Remove CPython autogenerated parser code and heap types
2 parents 10a2343 + bed212b commit 0791c1d

File tree

6 files changed

+891
-1959
lines changed

6 files changed

+891
-1959
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ that PyPy is no longer supported.
3131
faster.
3232
+ igzip.decompress has 30% less overhead when called.
3333
+ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
34-
``isal_zlib.IsalError`` has been removed.
3534
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
3635
``Exception`` instead of ``OSError``.
3736
+ GzipReader now uses larger input and output buffers (128k) by default and

0 commit comments

Comments
 (0)