]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146579: _zstd: Fix decompression options dict error message (GH-146577...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Mar 2026 08:26:45 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 08:26:45 +0000 (08:26 +0000)
commitde234fc07adfc94518e847abecef02527e0dd130
tree254e327381bd0522498d3a03e9ae49a04d2d6844
parent7317e9d761b89aa34a21ba0e7f7a8f1462d5297a
[3.14] gh-146579: _zstd: Fix decompression options dict error message (GH-146577) (#146611)

The TypeError in _zstd_set_d_parameters incorrectly referred to
compression options; say decompression options instead.
(cherry picked from commit 4d0e8ee649ceff96b130e1676a73c20c469624a9)

Co-authored-by: cui <cuiweixie@gmail.com>
Modules/_zstd/decompressor.c