[PR #443] [MERGED] Python: Create native brotli module and move extension to _brotli #1060

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/443
Author: @nicksay
Created: 10/17/2016
Status: Merged
Merged: 10/17/2016
Merged by: @eustas

Base: masterHead: py-2-package-structure


📝 Commits (1)

  • f7b5b3d Python: Create native brotli module and move extension to _brotli

📊 Changes

3 files changed (+40 additions, -10 deletions)

View changed files

📝 python/_brotli.cc (+6 -8)
python/brotli.py (+26 -0)
📝 setup.py (+8 -2)

📄 Description

No description provided


🔄 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/443 **Author:** [@nicksay](https://github.com/nicksay) **Created:** 10/17/2016 **Status:** ✅ Merged **Merged:** 10/17/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `py-2-package-structure` --- ### 📝 Commits (1) - [`f7b5b3d`](https://github.com/google/brotli/commit/f7b5b3dc2c69f2a71120e499949f9435ccdf4126) Python: Create native brotli module and move extension to _brotli ### 📊 Changes **3 files changed** (+40 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `python/_brotli.cc` (+6 -8) ➕ `python/brotli.py` (+26 -0) 📝 `setup.py` (+8 -2) </details> ### 📄 Description _No description provided_ --- <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:52:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1060