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 kf7xm
Recipients
Date 2006-01-03.20:04:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Environment: Python 2.4, Windows 2000 Professional,
windows command prompt.

Python is using a join(), waiting for threads to
finish, when a KeyboardInterrupt occurs.  (A
KeyboardInterrupt handler is defined for the main thread.) 

The handler appears to work as expected, but control is
never returned to Windows, leaving the console window
unusable.

Directions to reproduce bug:
1) run the attached program from a console prompt like:
c:\mydir> threadingSample.py
2) when the program suggests, hit <Ctrl-C>
History
Date User Action Args
2007-08-23 14:37:07adminlinkissue1396258 messages
2007-08-23 14:37:07admincreate