Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 7, 2025
Merged

Test fixes for 3.15 #133599

merged 6 commits into from
May 7, 2025

Conversation

zware
Copy link
Member

@zware zware commented May 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 road
that we can surely fix in in the next 25 years.
@zware zware force-pushed the 3.15_test_fixes branch from b5f3b95 to bd6f6fd Compare May 7, 2025 19:09
@zware zware marked this pull request as ready for review May 7, 2025 19:17
@zware zware requested review from erlend-aasland, FFY00, a team and corona10 as code owners May 7, 2025 19:17
@@ -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
Copy link
Contributor

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.

Copy link
Member Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

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.

@zware zware merged commit 74e2acd into python:main May 7, 2025
43 checks passed
@zware zware deleted the 3.15_test_fixes branch May 7, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants