mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #36] [MERGED] [python] Use BrotliDecompress() #617
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/36
Author: @khaledhosny
Created: 3/13/2015
Status: ✅ Merged
Merged: 3/16/2015
Merged by: @szabadka
Base:
master← Head: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.