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 vstinner
Recipients pitrou, sbt, vstinner
Date 2012-04-08.23:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333927797.45.0.148520451142.issue12338@psf.upfronthosting.co.za>
In-reply-to
Content
SocketServer has been changed to restart select() on EINTR, but it doesn't recompute the timeout.
History
Date User Action Args
2012-04-08 23:29:57vstinnersetrecipients: + vstinner, pitrou, sbt
2012-04-08 23:29:57vstinnersetmessageid: <1333927797.45.0.148520451142.issue12338@psf.upfronthosting.co.za>
2012-04-08 23:29:56vstinnerlinkissue12338 messages
2012-04-08 23:29:56vstinnercreate