Skip to content

compatibility with PyPy-3.7-7.3.7 #2688

@stonebig

Description

@stonebig

trying to figure out why I have problems on PyPy, I get down to having a strange problem when using seaborn:

  • I can read_csv from pandas and plot iris,
  • but trying to do some of the same with seaborn crashes.

I would have suspected it's seaborn closing files in a non-compatible way with PyPy, but the seaborn code seems a simple wrapper:

https://github.com/mwaskom/seaborn/blob/master/seaborn/utils.py#L586

So I'm a bit lost in thoughts, if anyone has an idea.

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions