You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Phillip Cloud (JIRA)" <ji...@apache.org> on 2017/07/10 13:55:00 UTC

[jira] [Updated] (ARROW-1201) [Python] Incomplete Python types cause a core dump when repr-ing

     [ https://issues.apache.org/jira/browse/ARROW-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phillip Cloud updated ARROW-1201:
---------------------------------
    Summary: [Python] Incomplete Python types cause a core dump when repr-ing  (was: Incomplete Python types cause a core dump when repr-ing)

> [Python] Incomplete Python types cause a core dump when repr-ing
> ----------------------------------------------------------------
>
>                 Key: ARROW-1201
>                 URL: https://issues.apache.org/jira/browse/ARROW-1201
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.4.1
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>
> The {{type}} member is {{NULL}} if you construct these types in the standard Python way, which causes a core dump when trying to inspect the type. I think the best we can do here is raise an exception indicating that the type isn't properly initialized and that these types aren't really meant for users to use directly.
> It might also be prudent to remove these from the toplevel {{pyarrow/\_\_init\_\_.py}} so that they aren't visible alongside the public API.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)