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

Free threaded support #12555

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Conversation

ngoldbaum
Copy link
Contributor

@ngoldbaum ngoldbaum commented Mar 4, 2025

Towards fixing #12489.

Adds free-threaded CI using a hacky workaround to avoid building against the version of cffi on PyPI.

xref #12590

@ngoldbaum
Copy link
Contributor Author

I guess because I'm not using the tests nox session I don't get coverage reports on CI "for free".

@@ -110,6 +110,62 @@ impl PKCS7PaddingContext {
}
}

#[pyo3::pyclass]
Copy link
Member

Choose a reason for hiding this comment

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

For this migration, this can go into its own PR -- it can be merged without any of the rest of the freethreading stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll cherrypick the Rust ports and make them their own PRs and keep the free-threading-specific stuff in this PR.

@alex
Copy link
Member

alex commented Mar 6, 2025 via email

@ngoldbaum ngoldbaum force-pushed the free-threaded-support branch from e0636ce to 3028574 Compare March 7, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants