]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompressor...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 May 2025 22:18:08 +0000 (00:18 +0200)
committerGitHub <noreply@github.com>
Fri, 23 May 2025 22:18:08 +0000 (22:18 +0000)
commitf301af627ea5138726a85b5d34ea92bf6198bcad
treee94129cb4b2656c6715ae42a53f6851310ed3384
parent7476f90af2cf9207c792c0dc3ee9a5ca7b4fabfa
[3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (GH-134601) (#134602)

gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (GH-134601)

Slightly tweak error messages for options dict
(cherry picked from commit f478331f98930d94f7efc741f3bed4b693d5cec1)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Lib/test/test_zstd.py
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c