[PR #36] [MERGED] [python] Use BrotliDecompress() #617

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/36
Author: @khaledhosny
Created: 3/13/2015
Status: Merged
Merged: 3/16/2015
Merged by: @szabadka

Base: masterHead: python-decompress


📝 Commits (1)

  • e0c5df8 [python] Use BrotliDecompress()

📊 Changes

1 file changed (+19 additions, -17 deletions)

View changed files

📝 python/brotlimodule.cc (+19 -17)

📄 Description

So that we can use a callback to dynamically allocate the decompression
buffer, getting rid of the optional bufsize argument to
decompress.decompress().


🔄 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/36 **Author:** [@khaledhosny](https://github.com/khaledhosny) **Created:** 3/13/2015 **Status:** ✅ Merged **Merged:** 3/16/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `python-decompress` --- ### 📝 Commits (1) - [`e0c5df8`](https://github.com/google/brotli/commit/e0c5df8c613274a013b228957b8e657615767642) [python] Use BrotliDecompress() ### 📊 Changes **1 file changed** (+19 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `python/brotlimodule.cc` (+19 -17) </details> ### 📄 Description So that we can use a callback to dynamically allocate the decompression buffer, getting rid of the optional bufsize argument to decompress.decompress(). --- <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:46:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#617