You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/04/21 20:14:00 UTC

[jira] [Created] (ARROW-2492) [Python] Prevent segfault on accidental call of pyarrow.Array

Uwe L. Korn created ARROW-2492:
----------------------------------

             Summary: [Python] Prevent segfault on accidental call of pyarrow.Array
                 Key: ARROW-2492
                 URL: https://issues.apache.org/jira/browse/ARROW-2492
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Uwe L. Korn
            Assignee: Uwe L. Korn
             Fix For: 0.10.0


If you mistype {{pyarrow.Array}} instead of {{pyarrow.array}} you get a segmentation fault on some functions. We should also take care of these segmentation faults but also should prevent the user from calling the constructor again in this fashion.



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