atom / language-python

Python package for Atom
Other
190 stars 146 forks source link

The editor crashes when I try to open or save a file with .py suffix #307

Closed chaoxu95 closed 5 years ago

chaoxu95 commented 5 years ago

Prerequisites

Description

The editor crashes when I try to open or save a file with .py suffix. When I disable 'language-python' package, this problem disappear. But I can not use python under atom. A few hours ago, it runs perfectly. And I did not do anything for atom. I have the latest version of atom.

Steps to Reproduce

  1. create a new file
  2. save it with .py suffix

Expected behavior:

Actual behavior:

Reproduces how often:

Versions

mac version : 10.11 atom version: 1.38.0 language-python version: 0.53.1

Additional Information

Arcanemagus commented 5 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of https://github.com/atom/atom/issues/19497. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.