-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
infraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.topic-XMLtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
A GitHub Actions workflow can be used to verify libexpat files bundled in CPython in Modules/expat/.
Pitch
When a new version of libexpat is released, someone usually creates a pull request to update its files bundled in CPython. Before merging it, a few people verify the change manually like in #98742.
An automatic test can be used for verifying the files during updates to reduce error proneness and speed up integration of new libexpat releases that fix security issues often.
We have a similar workflow for verifying bundled pip and setuptools wheels #91172.
Linked PRs
- gh-100538: Create a workflow for verifying bundled libexpat files #100539
- gh-100538: Add workflow to verify bundled libexpat #145359
- [3.13] gh-100538: Add workflow to verify bundled libexpat (GH-145359) #145400
- [3.14] gh-100538: Add workflow to verify bundled libexpat (GH-145359) #145401
- [3.10] gh-100538: Add workflow to verify bundled libexpat (GH-145359) #145407
- [3.11] gh-100538: Add workflow to verify bundled libexpat (GH-145359) #145408
- [3.12] gh-100538: Add workflow to verify bundled libexpat (GH-145359) #145409
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.topic-XMLtype-featureA feature request or enhancementA feature request or enhancement