[PR #42] [MERGED] [python] add state.c and state.h to Brotli extension's setup.py #627

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/42
Author: @anthrotype
Created: 3/21/2015
Status: Merged
Merged: 3/23/2015
Merged by: @szabadka

Base: masterHead: fix_py


📝 Commits (2)

  • 064d8e0 [python] add new state.c and state.h to Brotli extension's setup.py
  • 203fe32 [python] fix subprocess shell pipeline

📊 Changes

3 files changed (+13 additions, -8 deletions)

View changed files

📝 python/setup.py (+2 -0)
📝 python/tests/compatibility_test.py (+4 -3)
📝 python/tests/roundtrip_test.py (+7 -5)

📄 Description

Hi,
following the the changes in 8270250b40, the Python extension's setup.py needs to be syncronised with the new decoder's Makefile.
Cheers,

Cosimo


🔄 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/42 **Author:** [@anthrotype](https://github.com/anthrotype) **Created:** 3/21/2015 **Status:** ✅ Merged **Merged:** 3/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `fix_py` --- ### 📝 Commits (2) - [`064d8e0`](https://github.com/google/brotli/commit/064d8e0bea64cfe9fcd52d78e0a12e3f49e7abea) [python] add new state.c and state.h to Brotli extension's setup.py - [`203fe32`](https://github.com/google/brotli/commit/203fe326d477b44460f03eaae9cc773b44b07dcd) [python] fix subprocess shell pipeline ### 📊 Changes **3 files changed** (+13 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `python/setup.py` (+2 -0) 📝 `python/tests/compatibility_test.py` (+4 -3) 📝 `python/tests/roundtrip_test.py` (+7 -5) </details> ### 📄 Description Hi, following the the changes in 8270250b40f9979f61d92542739b5a786914c922, the Python extension's setup.py needs to be syncronised with the new decoder's Makefile. Cheers, Cosimo --- <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:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#627