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 terry.reedy
Recipients brian.curtin, mensanator, terry.reedy
Date 2010-03-09.17:47:24
SpamBayes Score 0.004112001
Marked as misclassified No
Message-id <1268156846.44.0.543831438911.issue8093@psf.upfronthosting.co.za>
In-reply-to
Content
I reproduced this with 3.1.1 on xp. It took a while to get the shell menu to restart as the calculation process is hogging the cpu 99%.
KeyboardInterrupt (^C) would not stop the runaway process. There may have been other issues about this.

Two processes is normal - one for the shell and one for calculations. The 'normal' behavior of Restart Shell (^F6) is to start a third process. Watching in task manager, the abandoned calculation process dies in 3-4 seconds. A stuck process does not end on its own though. Bad bug.
History
Date User Action Args
2010-03-09 17:47:26terry.reedysetrecipients: + terry.reedy, brian.curtin, mensanator
2010-03-09 17:47:26terry.reedysetmessageid: <1268156846.44.0.543831438911.issue8093@psf.upfronthosting.co.za>
2010-03-09 17:47:24terry.reedylinkissue8093 messages
2010-03-09 17:47:24terry.reedycreate