A drop-in replacement for Python's lzma module with multi-threading support, implemented as a Cython wrapper around liblzma. xz-utils versions 5.3.3alpha through 5.8.0 have a use-after-free ...
This is one of the coolest things I've seen lately. Python 3.14 just added Facebook's Zstd compression to the standard library, and it turns out you can use it to build a fully functional text ...
Python 3.14 now includes built-in Zstandard compression 🚀 For years, gzip has been Python's built-in compression standard. Now Python 3.14 adds Zstandard as a faster, more efficient alternative. The ...