You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/26 18:33:58 UTC

[GitHub] [arrow-datafusion-python] kylebrooks-8451 opened a new pull request, #348: Remove unsendable from all Rust pyclass types.

kylebrooks-8451 opened a new pull request, #348:
URL: https://github.com/apache/arrow-datafusion-python/pull/348

   # Which issue does this PR close?
   
   Closes #347 
   
    # Rationale for this change
   Python objects are free to move about the Python interpreter threads and users expect to be able to use objects from different threads.
   
   # What changes are included in this PR?
   Removes all `#[pyclass(unsendable)]` markers from our code and prevents unexpected panics from Python users.
   
   # Are there any user-facing changes?
   No.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove merged pull request #348: Remove unsendable from all Rust pyclass types.

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove merged PR #348:
URL: https://github.com/apache/arrow-datafusion-python/pull/348


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org