mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #446] [MERGED] Python: Create an extension Compressor object #1064
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?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/446
Author: @nicksay
Created: 10/17/2016
Status: ✅ Merged
Merged: 10/18/2016
Merged by: @eustas
Base:
master← Head:py-3-compressor-object📝 Commits (1)
595a524Python: Create an extension Compressor object📊 Changes
2 files changed (+193 additions, -52 deletions)
View changed files
📝
python/_brotli.cc(+165 -51)📝
python/brotli.py(+28 -1)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.