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 christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sbt, vstinner, yselivanov
Date 2015-02-04.17:49:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423072158.69.0.724869474514.issue18932@psf.upfronthosting.co.za>
In-reply-to
Content
I tested SelectSelector, PollSelector, EpollSelector on Linux. I ran tests on FreeBSD, so also tested KqueueSelector. I didn't test DevpollSelector, but the code should be identical to PollSelector (the API is the same).
History
Date User Action Args
2015-02-04 17:49:18vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, python-dev, sbt, felipecruz, yselivanov
2015-02-04 17:49:18vstinnersetmessageid: <1423072158.69.0.724869474514.issue18932@psf.upfronthosting.co.za>
2015-02-04 17:49:18vstinnerlinkissue18932 messages
2015-02-04 17:49:18vstinnercreate