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 alfps
Recipients alfps
Date 2010-04-16.14:22:18
SpamBayes Score 1.076012e-09
Marked as misclassified No
Message-id <1271427741.51.0.773363204933.issue8418@psf.upfronthosting.co.za>
In-reply-to
Content
It now seems almost certain that it's /necessary/ to not have run any Python programs for a while (say, 10 minutes?) in order for the bug to manifest when using Ctrl C in the enclosed program.

Also, I forgot to mention, the SEH exception occurs *while the program is printing the traceback*.

Except that the last line is not displayed until the tell-Bill-Gates-about-it box is clicked away, it consistently manages to print

<output>
C:\Documents and Settings\Alf> sum.v4.py
This program computes the sum of two numbers A and B.

Number A, please: Traceback (most recent call last):
  File "C:\Documents and Settings\Alf\sum.v4.py", line 13, in <module>
</output>

When it doesn't crash it displays four more lines of traceback.
History
Date User Action Args
2010-04-16 14:22:21alfpssetrecipients: + alfps
2010-04-16 14:22:21alfpssetmessageid: <1271427741.51.0.773363204933.issue8418@psf.upfronthosting.co.za>
2010-04-16 14:22:18alfpslinkissue8418 messages
2010-04-16 14:22:18alfpscreate