Problem
In _zstd_set_d_parameters (Modules/_zstd/decompressor.c), a TypeError message refers to a "compression options dictionary" when the code validates decompression option keys.
Proposed fix
Use "decompression options dictionary" in the error string.
Linked PRs
Reactions are currently unavailable
Problem
In _zstd_set_d_parameters (Modules/_zstd/decompressor.c), a TypeError message refers to a "compression options dictionary" when the code validates decompression option keys.
Proposed fix
Use "decompression options dictionary" in the error string.
Linked PRs