Free-threaded Python guides and docs

There were likely posted elsewhere but I’ll post them here again:

Python free-threading guide: this is a good place to start!
Howto for Python free-threading support
Howto for C API Extension support for free-threading

9 Likes

The current state of free-threading support in Cython is summarised here together with some opinionated suggestions. Currently that needs the Cython 3.1 pre-release version, but hopefully the actual release isn’t too far off.

4 Likes