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 akuchling
Recipients
Date 2002-03-22.17:24:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

Revision 1.25 of asyncore.py is responsible.  It 
catches EINTR and silently swallows the error, so 
sending signals to the process now doesn't cause it to 
exit asyncore's loop() at all.  I don't see any 
unhandled write event at all.

I'm not sure what to do here, and will take it up on 
python-dev.

History
Date User Action Args
2007-08-23 13:59:41adminlinkissue528295 messages
2007-08-23 13:59:41admincreate