You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem
In
_zstd_set_d_parameters(Modules/_zstd/decompressor.c), aTypeErrormessage 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