mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #1386] Add py free-threaded support + concurrent access test #1997
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/1386
Author: @copybara-service[bot]
Created: 11/11/2025
Status: 🔄 Open
Base:
master← Head:test_830892275📝 Commits (1)
01c3f68Add py free-threaded support + concurrent access test📊 Changes
6 files changed (+561 additions, -337 deletions)
View changed files
📝
.github/workflows/build_test.yml(+16 -6)📝
.github/workflows/codeql.yml(+2 -0)📝
python/_brotli.c(+117 -67)📝
python/tests/compressor_test.py(+101 -2)📝
python/tests/decompressor_test.py(+77 -0)📝
setup.py(+248 -262)📄 Description
Add py free-threaded support + concurrent access test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.