mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
[PR #446] Python: Create an extension Compressor object #1069
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/446
State: closed
Merged: Yes
Compressorobject in the extension modulecompressmethod into the native module and usethe new
Compressorobject to do the compressionNote: This does not change the module-level Python API. The
Compressorobject will not be publicly exposed until itsmethods have stabilized.