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

Fix generating import lib for python3.13t when abi3 feature is enabled #4808

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

messense
Copy link
Member

Together with #4800 and PyO3/python3-dll-a#84, resolves PyO3/maturin#2385 for both native and cross compilation.

@messense messense force-pushed the fix-generate-import-lib-for-python3.13t-with-abi3 branch 2 times, most recently from f8be1d7 to fd14e98 Compare December 19, 2024 12:45
@@ -1530,16 +1535,26 @@ fn default_cross_compile(cross_compile_config: &CrossCompileConfig) -> Result<In
let implementation = cross_compile_config
.implementation
.unwrap_or(PythonImplementation::CPython);
let gil_disabled = false;
Copy link
Member Author

Choose a reason for hiding this comment

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

so we are still missing python3.13t support for PYO3_CROSS_PYTHON_VERSION, but I'm running out of energy to implement it today.

@messense messense force-pushed the fix-generate-import-lib-for-python3.13t-with-abi3 branch from fd14e98 to 8cb4848 Compare December 19, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyo3 is built with wrong config when building for 3.13t with abi3 and generate-import-lib both enabled
1 participant