forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementquestionzstdFor issues related to Zstandard in CPythonFor issues related to Zstandard in CPython
Description
The current module uses three IntEnum
s to define options for Zstandard. https://github.com/emmatyping/cpython/blob/zstd/Lib/compression/zstd/__init__.py#L184-L246
Should the API be kept as CParameter/DParameter? Should those be converted into constants on the module?
Regardless of what method is chosen, it needs to be documented.
Metadata
Metadata
Assignees
Labels
enhancementquestionzstdFor issues related to Zstandard in CPythonFor issues related to Zstandard in CPython