Closed AA-Turner closed 1 month ago
How? Can you point me to instructions about this or make a PR to review?
I'm on mobile so please excuse the brevity -- there are guides here (https://py-free-threading.github.io/porting/#__tabbed_1_1) on porting, and also on CI testing (https://py-free-threading.github.io/ci/). The CPython docs also have a brief HOWTO (https://docs.python.org/3.14/howto/free-threading-extensions.html).
I'm unlikely to have time to make a PR until mid-September at the earliest, sorry.
A
Thanks, seems like we need to add a marker and update cibuildwheel. I won't be able to get to this soon either, unfortunately, so anyone who sees this and has time for a PR would be appreciated.
When testing a project downstream of
markupsafe
withpython3.13t
via deadsnakes, the following warning is emitted:I haven't had the time to look at the source of
_speedups
(sorry), but please would it be possible to declare this one way or the other? I resolved this with an axe downstream by simply deleting the compiled extension in CI, but this isn't ideal!Thanks, Adam