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 mhammond
Recipients
Date 2002-07-15.07:59:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=14198

Sorry about the code mixup.

My code is working as intended by me - we just need to
determine if it is working as intended by anyone else <wink>

Running sleeper.py, the main thread sees a
KeyboardInterrupt, and the other threads all see IOError. 
As Tim says, sleeper.py will deadlock in this case, but
KeyboardInterrupt is still pending on the main thread.

Thus, my change makes sleeper.py work exactly as my Linux
1.5.2 build (where each thread is interrupted).  Under CVS
Linux, the other threads sleep()s are never interrupted.

I will take this to python-dev
History
Date User Action Args
2007-08-23 14:04:13adminlinkissue581232 messages
2007-08-23 14:04:13admincreate