Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
Description
This is occurring at
https://github.com/apache/arrow/blob/master/python/pyarrow/io.pxi#L450
This call is missing a with nogil:, the deadlock is occurring when this function attempts to reacquire the GIL to raise an exception. See discussion in ARROW-1282