I'd rather you create a multiprocessing "context" instead of overriding the 
global start method here.
```python
ctx = multiprocessing.get_context('spawn')
p = ctx.Process(...)
```



[ Full content available at: https://github.com/apache/arrow/pull/2536 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to