[PR #446] Python: Create an extension Compressor object #1069

Open
opened 2026-01-29 20:52:21 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/446

State: closed
Merged: Yes


  • Create a Compressor object in the extension module
  • Move the compress method into the native module and use
    the new Compressor object to do the compression

Note: This does not change the module-level Python API. The
Compressor object will not be publicly exposed until its
methods have stabilized.

**Original Pull Request:** https://github.com/google/brotli/pull/446 **State:** closed **Merged:** Yes --- - Create a `Compressor` object in the extension module - Move the `compress` method into the native module and use the new `Compressor` object to do the compression Note: This does not change the module-level Python API. The `Compressor` object will not be publicly exposed until its methods have stabilized.
claunia added the pull-request label 2026-01-29 20:52:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1069