[PR #1386] Add py free-threaded support + concurrent access test #1997

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1386
Author: @copybara-service[bot]
Created: 11/11/2025
Status: 🔄 Open

Base: masterHead: test_830892275


📝 Commits (1)

  • 01c3f68 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1386 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 11/11/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `test_830892275` --- ### 📝 Commits (1) - [`01c3f68`](https://github.com/google/brotli/commit/01c3f685f39eabc397e1c46d9df53e5f5017de53) Add py free-threaded support + concurrent access test ### 📊 Changes **6 files changed** (+561 additions, -337 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Add py free-threaded support + concurrent access test --- <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:56:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1997