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:54:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387076040.68.0.723240256765.issue19983@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this most easily if I run a command like:

  clean.cmd & run.py

where clean.cmd is any short batch script and run.py is a file containing only the '#! python3' shabang line.

The batch script in front is not necessary, and I've originally been reproducing the issue without it, but the problem seems much easier to reproduce with it, most likely because is slightly delays the Python startup and thus makes it easier for the Ctrl-C signal to kick in early enough during Python startup.
History
Date User Action Args
2013-12-15 02:54:00Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić
2013-12-15 02:54:00Jurko.Gospodnetićsetmessageid: <1387076040.68.0.723240256765.issue19983@psf.upfronthosting.co.za>
2013-12-15 02:54:00Jurko.Gospodnetićlinkissue19983 messages
2013-12-15 02:54:00Jurko.Gospodnetićcreate