Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.3.0
-
None
Description
To reproduce:
$ ipython iPython 3.5.3 |Continuum Analytics, Inc.| (default, Mar 6 2017, 11:58:13) Type 'copyright', 'credits' or 'license' for more information IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import pyarrow as pa In [2]: import io In [3]: stream = io.BytesIO(b'') In [4]: pa.StreamReader(stream) [1] 30364 segmentation fault ipython