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)