]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146579: _zstd: Fix decompression options dict error message (#146577)
authorcui <cuiweixie@gmail.com>
Sun, 29 Mar 2026 19:58:12 +0000 (03:58 +0800)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 19:58:12 +0000 (12:58 -0700)
commit4d0e8ee649ceff96b130e1676a73c20c469624a9
tree95fd86b2f0ff06f8b500fcb1a110f8eabc21634e
parente39d84a37dfc8bcdc0eb4d6f3ce7d5ee829d7f30
gh-146579: _zstd: Fix decompression options dict error message (#146577)

The TypeError in _zstd_set_d_parameters incorrectly referred to
compression options; say decompression options instead.
Modules/_zstd/decompressor.c