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 neologix
Recipients neologix, pitrou, vstinner
Date 2014-03-23.20:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395605825.75.0.216216542224.issue21040@psf.upfronthosting.co.za>
In-reply-to
Content
This patch updates the socketserver module to use selectors.
It's simpler, will use poll() when available, and also fixes a bug where the timeout would not be recomputed upon EINTR.

Note that I removed an EINTR-handling test from test_socketserver because test_selectors already covers this in a more clean and robust way.
History
Date User Action Args
2014-03-23 20:17:06neologixsetrecipients: + neologix, pitrou, vstinner
2014-03-23 20:17:05neologixsetmessageid: <1395605825.75.0.216216542224.issue21040@psf.upfronthosting.co.za>
2014-03-23 20:17:05neologixlinkissue21040 messages
2014-03-23 20:17:05neologixcreate