Skip to content

[Python] S3FileSystem equals None causes bus error #38535

Closed
@matthewdeng

Description

@matthewdeng

Describe the bug, including details regarding any error messages, version, and platform.

Version: pyarrow==13.0.0

Repro script:

import pyarrow.fs

fs = pyarrow.fs.S3FileSystem()
fs != None

Output:

[1]    77091 bus error  python

I can do fs is not None as a workaround for now.

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions