You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: