ntjohnson1 opened a new issue, #1324:
URL: https://github.com/apache/datafusion-python/issues/1324

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Free threaded python is being explored 
https://docs.python.org/3/howto/free-threading-python.html
   Right now the infrastructure isn't fully built out but is continuing to 
expand and many major packages are starting to add support (sometimes marked 
experimental)
   
   **Describe the solution you'd like**
   It would be nice to understand the scope of work required to support free 
threading.
   Skimming the pyo3 description it looks like the previous work to mark 
all/most classes as frozen should make the transition easier. However, there is 
still the infrastructure burden because free threading requires a separate 
wheel for each python version (3.13 and 3.14 currently). 
https://pyo3.rs/v0.27.2/free-threading
   
   **Additional context**
   Linking issue from Rerun which motivated starting to look into this 
https://github.com/rerun-io/rerun/issues/12269


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to