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

I think this is all that's needed #7

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

mikeshardmind
Copy link
Contributor

@mikeshardmind mikeshardmind commented May 8, 2024

I need to double-check a few things later, but conceptually, this should be all that's needed since this already wasn't manually manipulating the GIL or relying on it implicitly.

Should be ready to go, wheel built fine and imported fine on beta 1 on linux, and there shouldn't be anything platform specific about this.

@mikeshardmind mikeshardmind marked this pull request as ready for review May 9, 2024 09:34
@AbstractUmbra
Copy link
Owner

Is the action failing here because it is currently unsupported or is there something else going on?

@Sachaa-Thanasius
Copy link
Contributor

Sachaa-Thanasius commented May 10, 2024

My guess is that those symbols are only available in the beta version of 3.13 onwards, while CI is still using an alpha version. I can at least verify that it doesn't work on 3.13.0a6 on my machine, providing a similar message.

@mikeshardmind
Copy link
Contributor Author

Was added after alpha1, but before beta1: python/cpython#116882 CI needs to be updated I guess, idk if that should be part of the same pull or not, I can do that one way or another.

@AbstractUmbra
Copy link
Owner

Happy to discuss a bit more, but if you could rebase from main with the updated CI we can ensure these checks run a-ok before a merge.

@mikeshardmind
Copy link
Contributor Author

rebased over main, but this likely shouldn't be merged until it can be confirmed that this will build properly under the free-threaded builds, which CIBW won't support until beta2

Free-threading mode is not available yet, waiting on official binaries (planned for beta 2) and pip support.
While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.13 will be available in cibuildwheel without the flag.

@AbstractUmbra
Copy link
Owner

Looks like pypa/cibuildwheel#1854 was merged and I updated to include that. This should be good to merge now if you're happy with it?

@mikeshardmind
Copy link
Contributor Author

should be fine from everything I'm aware of for this.

@AbstractUmbra AbstractUmbra merged commit d4fbeaa into AbstractUmbra:main Jun 17, 2024
7 checks passed
AbstractUmbra pushed a commit that referenced this pull request Jun 17, 2024
@mikeshardmind mikeshardmind deleted the nogil branch June 17, 2024 13:20
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.

3 participants