Fix abi3t config handling before Python 3.15#6180
Closed
cyphercodes wants to merge 2 commits into
Closed
Conversation
c7fee23 to
b3c8d8d
Compare
Author
|
Added focused coverage cases for the stable ABI target helper so the abi3t/no-abi3t and non-CPython paths are exercised. Verification:
|
Member
|
Respectfully, this PR (and your GitHub activity) looks strongly like automated contribution with no discussion with the maintainers about the proposed solution. While we have not formally merged our AI policy yet (#6141), this PR goes against the spirit of what we plan to ask from that policy. I will close this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6176.
Summary
PYO3_CONFIG_FILEconfigs as for live interpreter configs.abi3t-py315is enabled.Tests
cargo test -p pyo3-build-configPYO3_CONFIG_FILE=/tmp/oss-pr-pipeline/pyo3-314t-config.txt cargo check -p pyo3-ffi --features abi3-py310,abi3t-py315cargo fmt --checkgit diff --check