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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]