You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/19 13:16:00 UTC

[jira] [Commented] (ARROW-2173) [Python] NumPyBuffer destructor should hold the GIL

    [ https://issues.apache.org/jira/browse/ARROW-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369111#comment-16369111 ] 

ASF GitHub Bot commented on ARROW-2173:
---------------------------------------

pitrou opened a new pull request #1627: ARROW-2173: [C++/Python] Hold the GIL in NumPyBuffer destructor
URL: https://github.com/apache/arrow/pull/1627
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [Python] NumPyBuffer destructor should hold the GIL
> ---------------------------------------------------
>
>                 Key: ARROW-2173
>                 URL: https://issues.apache.org/jira/browse/ARROW-2173
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.8.0
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> Failure to hold the GIL can lead to crashes, depending on presence of several threads or whatever the object allocator needs to do.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)