Free threaded python, released in python 3.13, will eventually become the default in python, and it would be really great to have a build of taskgraph that we know is compatible with free threading.
Note that a free-threaded taskgraph doesn't necessarily mean that other libraries in the environment also support free threading!
If there are any tests needed to verify free threading functionality, it'd be great to add them as well. One would hope that a library for parallelism like taskgraph won't have any issues surface as a part of this.
Free threaded python, released in python 3.13, will eventually become the default in python, and it would be really great to have a build of taskgraph that we know is compatible with free threading.
Note that a free-threaded
taskgraphdoesn't necessarily mean that other libraries in the environment also support free threading!If there are any tests needed to verify free threading functionality, it'd be great to add them as well. One would hope that a library for parallelism like taskgraph won't have any issues surface as a part of this.