-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-42212: check if generated files are up-to-date in github actions #23042
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
Conversation
29c3870
to
4a8d1ef
Compare
Network issue. I re-run the job. |
https: //github.com/python/core-workflow/issues/380 Signed-off-by: Filipe Laíns <lains@archlinux.org>
exit 1 | ||
fi | ||
- name: Check exported libpython symbols | ||
run: make smelly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to suggest to add a message explaining that the check ensures that libpython only exports starting with Py and _Py. But instead, I wrote PR #23423 to enhance the script directly ;-)
Merged, thanks! |
GH-23493 is a backport of this pull request to the 3.8 branch. |
GH-23494 is a backport of this pull request to the 3.9 branch. |
python/core-workflow#380
https://bugs.python.org/issue42212