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 cesarb
Recipients
Date 2002-02-14.15:32:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
(submitting again -- this damn thing refused to accept
my anonymous submission a few days ago)

When a signal happens during the select call in
asyncore.poll, the select fails with EINTR, which the
code catches. However, the code fails to clear the
r/w/e arrays (like poll3 does), which means it acts as
if every descriptor had received all possible events.

Patch attached, tested with the python2.2 package in
Debian testing.
History
Date User Action Args
2007-08-23 13:59:14adminlinkissue517554 messages
2007-08-23 13:59:14admincreate