[
https://issues.apache.org/jira/browse/ARROW-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-1327:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/17361
> [Python] Failing to release GIL in MemoryMappedFile._open causes deadlock
> -------------------------------------------------------------------------
>
> Key: ARROW-1327
> URL: https://issues.apache.org/jira/browse/ARROW-1327
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.5.0
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 0.6.0
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)