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 Jurko.Gospodnetić
Recipients Jurko.Gospodnetić
Date 2013-12-15.02:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387074538.57.0.560740834981.issue19983@psf.upfronthosting.co.za>
In-reply-to
Content
If you press Ctrl-C during Python startup on Windows you may get interpreter crashes with different Python tracebacks displayed on the standard system error output stream.

Reproduced using:
  - Windows 7 SP1 x64
  - Python 3.3.3 (64-bit) as downloaded from 'http://www.python.org/download/releases/3.3.3' (but seen with different earlier Python versions as well).
  - either a non-trivial Python script, one containing only a '#! python3' shabang line, or a completely empty one
  - default site.py

To reproduce simply run the Python interpreter with a prepared Python script as input and press Ctrl-C immediately afterwards.

Possible results:
  * Script finishes before your Ctrl-C kicks in.
  * You get a clean KeyboardInterrupt traceback and the script exits.
  * You get a KeyboardInterrupt traceback and the interpreter process crashes.

I'm attaching more detailed information on specific crash instances.

For some more information & background see the devel mailing list thread started at: 'https://mail.python.org/pipermail/python-dev/2013-December/130750.html'.
History
Date User Action Args
2013-12-15 02:28:58Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić
2013-12-15 02:28:58Jurko.Gospodnetićsetmessageid: <1387074538.57.0.560740834981.issue19983@psf.upfronthosting.co.za>
2013-12-15 02:28:58Jurko.Gospodnetićlinkissue19983 messages
2013-12-15 02:28:57Jurko.Gospodnetićcreate