Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a GitHub Actions workflow for verifying bundled libexpat files #100538

Open
illia-v opened this issue Dec 26, 2022 · 0 comments
Open

Create a GitHub Actions workflow for verifying bundled libexpat files #100538

illia-v opened this issue Dec 26, 2022 · 0 comments
Labels
topic-XML type-feature A feature request or enhancement

Comments

@illia-v
Copy link
Contributor

illia-v commented Dec 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-XML type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants