mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
[3.14] gh-132983: Split `_zstd_set_c_parameters` (GH-133921) (#134838)
gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921)
(cherry picked from commit 11f7a939de)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
072d03352c
commit
117bb29f6b
6 changed files with 233 additions and 162 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import io
|
||||
from os import PathLike
|
||||
from _zstd import (ZstdCompressor, ZstdDecompressor, ZstdError,
|
||||
ZSTD_DStreamOutSize)
|
||||
from _zstd import ZstdCompressor, ZstdDecompressor, ZSTD_DStreamOutSize
|
||||
from compression._common import _streams
|
||||
|
||||
__all__ = ('ZstdFile', 'open')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue