Describe what you are looking for
This issue is intended to track the efforts of adding support for the free-threaded build of CPython (e.g. 3.14t). The Python free-threading guide contains some helpful advice on approaching this task.
Looking at the code in python/stringzilla.c, it looks like there is not much work to do. The only global state I see is the temporary_memory variable. I'll create a PR to fix that.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
Python bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
Describe what you are looking for
This issue is intended to track the efforts of adding support for the free-threaded build of CPython (e.g. 3.14t). The Python free-threading guide contains some helpful advice on approaching this task.
Looking at the code in
python/stringzilla.c, it looks like there is not much work to do. The only global state I see is thetemporary_memoryvariable. I'll create a PR to fix that.Can you contribute to the implementation?
Is your feature request specific to a certain interface?
Python bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct