This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients p-ganssle, xtreak
Date 2019-02-11.18:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549910143.53.0.855604554108.issue35969@roundup.psfhosted.org>
In-reply-to
Content
I hope there are certain modules that CPython interpreter expects to load properly. There were some cases in the past where encodings module caused the interpreter to crash. A similar scenario.

➜  cpython git:(master) echo "raise Exception('a')" > encodings.py
➜  cpython git:(master) ✗ PYTHONPATH=: ./python.exe
Fatal Python error: initfsencoding: failed to get the Python codec of the filesystem encoding
Traceback (most recent call last):
  File "/Users/karthikeyansingaravelan/stuff/python/cpython/encodings.py", line 1, in <module>
Exception: a
[1]    29005 abort      PYTHONPATH=: ./python.exe
History
Date User Action Args
2019-02-11 18:35:45xtreaksetrecipients: + xtreak, p-ganssle
2019-02-11 18:35:43xtreaksetmessageid: <1549910143.53.0.855604554108.issue35969@roundup.psfhosted.org>
2019-02-11 18:35:43xtreaklinkissue35969 messages
2019-02-11 18:35:43xtreakcreate