You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Philipp Moritz (JIRA)" <ji...@apache.org> on 2019/02/04 20:42:00 UTC

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

Philipp Moritz created ARROW-4475:
-------------------------------------

             Summary: [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


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)