]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921) (#134838)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 16:25:06 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 16:25:06 +0000 (17:25 +0100)
commit117bb29f6bc41953a5e5fa50ab670cfce1d9f7a7
treeb03560f99c04cce97048b6cb5f0f218b998a06d3
parent072d03352cdec9dcefa4073bb75cdb52cd50106d
[3.14] gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921) (#134838)

gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921)
(cherry picked from commit 11f7a939debd7731d1cb79ed84a473fa87c279c8)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/compression/zstd/_zstdfile.py
Lib/test/test_zstd.py
Modules/_zstd/_zstdmodule.c
Modules/_zstd/_zstdmodule.h
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c