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 vstinner
Recipients brett.cannon, vstinner
Date 2012-04-20.00:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334880082.24.0.373368528623.issue14627@psf.upfronthosting.co.za>
In-reply-to
Content
If you press CTRL+c while Python is starting, you may get such error:

^CFatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 990, in _find_and_load
  File "<frozen importlib._bootstrap>", line 571, in load_module
  File "<frozen importlib._bootstrap>", line 228, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 456, in _load_module
  File "/home/haypo/prog/python/default/Lib/io.py", line 90, in <module>
    RawIOBase.register(FileIO)
  File "/home/haypo/prog/python/default/Lib/abc.py", line 155, in register
    if issubclass(subclass, cls):
  File "/home/haypo/prog/python/default/Lib/abc.py", line 201, in __subclasscheck__
    elif subclass in cls._abc_negative_cache:
KeyboardInterrupt
Abandon
History
Date User Action Args
2012-04-20 00:01:22vstinnersetrecipients: + vstinner, brett.cannon
2012-04-20 00:01:22vstinnersetmessageid: <1334880082.24.0.373368528623.issue14627@psf.upfronthosting.co.za>
2012-04-20 00:01:21vstinnerlinkissue14627 messages
2012-04-20 00:01:21vstinnercreate