python-isal icon indicating copy to clipboard operation
python-isal copied to clipboard

Faster zlib and gzip compatible compression and decompression by providing python bindings for the isa-l library.

Results 15 python-isal issues
Sort by recently updated
recently updated
newest added

Release checklist - [x] Check outstanding issues on JIRA and Github. - [x] Check [latest documentation](https://python-isal.readthedocs.io/en/latest/) looks fine. - [x] Create a release branch. - [x] Change current development version...

I ran python-isal tests on the openEuler OS and Kunpeng AArch64 platform, where two test cases in tests/test_igzip_threaded.py failed. OS: [root@node1 python-isal]# cat /etc/os-release NAME="openEuler" VERSION="22.03 (LTS-SP3)" ID="openEuler" VERSION_ID="22.03" PRETTY_NAME="openEuler...

With development slowing down, as most major issues have been tackled, releases become more scarce. This affects the ability to remain up to date with the latest python versions.

There is an `asan` test environment in the tox setup, but it looks like it's set up to use a "regular" build of CPython instead of one that has ASAN...

help wanted

Currently, isal doesn't upload cp313t wheels. It does build and install, but importing it re-enables the GIL: ``` Python 3.13.5 experimental free-threading build (main, Jul 13 2025, 10:48:09) [Clang 17.0.0...