]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
authorEmma Smith <emma@emmatyping.dev>
Tue, 6 May 2025 00:38:08 +0000 (17:38 -0700)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 00:38:08 +0000 (01:38 +0100)
commitc273f59fb345877b3f752af9bcd45ed90aa90e1d
tree59254cf07c47d36fb8aaf4bb6f8c0e9bca6dfe6a
parent793402e217e7191b7ca54a4bec907b3af23fadf6
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Rogdham <contact@rogdham.net>
15 files changed:
Lib/compression/zstd/__init__.py [new file with mode: 0644]
Lib/compression/zstd/_zstdfile.py [new file with mode: 0644]
Lib/shutil.py
Lib/tarfile.py
Lib/test/support/__init__.py
Lib/test/test_shutil.py
Lib/test/test_tarfile.py
Lib/test/test_zipfile/test_core.py
Lib/test/test_zstd.py [new file with mode: 0644]
Lib/zipfile/__init__.py
Makefile.pre.in
Modules/_zstd/_zstdmodule.c
Modules/_zstd/clinic/_zstdmodule.c.h
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c