Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Test fixes for 3.15#133599
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Test fixes for 3.15#133599
Uh oh!
There was an error while loading.Please reload this page.
Conversation
zware commentedMay 7, 2025
- Update configure for Python 3.15
- Update magic number for 3.15
- Remove deprecated 'check_home' argument from sysconfig.is_python_build
This is not a *correct* fix, but kicks the can far enough down the roadthat we can surely fix in in the next 25 years.
@@ -3,6 +3,7 @@ | |||
# Keep lines sorted lexicographically to help avoid merge conflicts. | |||
# Format example: | |||
# /path/to/file (number of warnings in file) | |||
Modules/_sqlite/clinic/connection.c.h 6 |
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 think this will be unneeded post#133605.
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.
This is needed to pass CI right now;#133605 should remove it after update.
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.
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.
The alternative is that I pull 133605 into this branch before merging it.
74e2acd
intopython:mainUh oh!
There was an error while loading.Please reload this page.