mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #546] [MERGED] Python: Decompressor: Streaming decompression support #1194
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/546
Author: @ghost
Created: 5/5/2017
Status: ✅ Merged
Merged: 6/28/2017
Merged by: @eustas
Base:
master← Head:python-decompressor📝 Commits (1)
7899e9fPython: Decompressor: Streaming decompression support📊 Changes
2 files changed (+244 additions, -0 deletions)
View changed files
📝
python/_brotli.cc(+241 -0)📝
python/brotli.py(+3 -0)📄 Description
python-brotli has Compressor for streaming compression but nothing for
streaming decompression.
This is a straight-forward copy of the Compressor code into the new
class Decompressor.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.