-
Notifications
You must be signed in to change notification settings - Fork 541
WHL: enable cp313t nightly builds #2449
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2449 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 16 16
Lines 2381 2381
=======================================
Hits 2132 2132
Misses 249 249 ☔ View full report in Codecov by Sentry. |
Can we use #2444 instead? |
sorry I didn't realize my PRs would conflict with yours. |
We provide our own global lock so I'm not surprised the tests pass. |
Nice. So h5py is already and will remain thread safe under the new Python build ? |
That is my 80% expectation but threads always find a way to surprise you (see #2019) and we do some fancy stuff with gc around |
let's drop this for now: there's already a conflict now and by the time I circle back to it it'll be almost completely redundant. |
Follow up to #2447, this time add cp313t wheels for CPython free-threading (a.k.a "no GIL") flavor.
Currently this requires building Cython from source: effort to support free-threading is underway but not released yet.
To my surprise, the trial run on my fork revealed no problem, so I guess we can just roll with it ?