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 2019/02/04 21:21:00 UTC

[jira] [Updated] (ARROW-4475) [Python] Serializing objects that contain themselves

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

ASF GitHub Bot updated ARROW-4475:
----------------------------------
    Labels: pull-request-available  (was: )

> [Python] Serializing objects that contain themselves
> ----------------------------------------------------
>
>                 Key: ARROW-4475
>                 URL: https://issues.apache.org/jira/browse/ARROW-4475
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Philipp Moritz
>            Assignee: Philipp Moritz
>            Priority: Major
>              Labels: pull-request-available
>
> This is a regression from [https://github.com/apache/arrow/pull/3423]
> The following segfaults:
> {code:java}
> import pyarrow as pa
> lst = []
> lst.append(lst)
> pa.serialize(lst){code}



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