mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
[PR #1326] [MERGED] PY: continue renovation of extension #1915
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/1326
Author: @copybara-service[bot]
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @copybara-service[bot]
Base:
master← Head:test_804798881📝 Commits (1)
9686382PY: continue renovation of extension📊 Changes
8 files changed (+1171 additions, -1180 deletions)
View changed files
📝
CHANGELOG.md(+2 -2)📝
python/_brotli.c(+819 -877)📝
python/tests/_test_utils.py(+84 -60)📝
python/tests/bro_test.py(+69 -66)📝
python/tests/compress_test.py(+21 -21)📝
python/tests/compressor_test.py(+62 -56)📝
python/tests/decompress_test.py(+20 -19)📝
python/tests/decompressor_test.py(+94 -79)📄 Description
PY: continue renovation of extension
Fixed unchecked malloc for "tail" input data.
Fixed inconsistencies in docstrings.
Rewritten "growable buffer" to C-code, so it could run without acquiring GIL.
Breaking changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.