Skip to content

Allow compressing more than one frame per ZstdCompressor instance? #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
emmatyping opened this issue Apr 9, 2025 · 0 comments
Open
Labels
question zstd For issues related to Zstandard in CPython

Comments

@emmatyping
Copy link
Owner

Currently, ZstdCompressor allows compressing more than one frame. .flush(FLUSH_FRAME) does not prevent further use of the compressor. This can be convenient, but is different from other compressors in the stdlib.

@emmatyping emmatyping added question zstd For issues related to Zstandard in CPython labels Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question zstd For issues related to Zstandard in CPython
Projects
None yet
Development

No branches or pull requests

1 participant