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/noGIL Python 3.13t testing experiment #659

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

agriyakhetarpal
Copy link
Collaborator

@agriyakhetarpal agriyakhetarpal commented Dec 2, 2024

Tip

This description is a stub and shall be updated soon.

This PR is on top of the changes from #643. Here, I'm trying to test against the free-threaded Python interpreter (Python 3.13t) and nightly wheels for SciPy and NumPy where we have free-threaded. This helps check two items: i. bugs in NumPy and SciPy related to free-threading to report upstream; and ii. whether we have anything of concern in our implementation in case there is nothing to report upstream.

It is to be noted that we are following the approach suggested by https://py-free-threading.github.io here; there is more testing to be done before I can mark this as ready for review: https://py-free-threading.github.io/porting/#validating-thread-safety-with-testing

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.

1 participant