[PR #546] [MERGED] Python: Decompressor: Streaming decompression support #1194

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

📋 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: masterHead: python-decompressor


📝 Commits (1)

  • 7899e9f Python: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/546 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/5/2017 **Status:** ✅ Merged **Merged:** 6/28/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `python-decompressor` --- ### 📝 Commits (1) - [`7899e9f`](https://github.com/google/brotli/commit/7899e9f629cd9d3e8cb1e057f2ad3566a655896c) Python: Decompressor: Streaming decompression support ### 📊 Changes **2 files changed** (+244 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `python/_brotli.cc` (+241 -0) 📝 `python/brotli.py` (+3 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1194