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 sbt
Recipients neologix, pitrou, sbt
Date 2013-01-06.19:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357502134.84.0.167751316598.issue16873@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, but the problem is that between two epoll_wait() calls, the
> readiness of the FDs can have changed: and if that happens, you'll get
> the same list over and over.

If an fd *was* ready but isn't anymore then why would you want to know about it?  Trying to use the fd will fail with EAGAIN.
History
Date User Action Args
2013-01-06 19:55:34sbtsetrecipients: + sbt, pitrou, neologix
2013-01-06 19:55:34sbtsetmessageid: <1357502134.84.0.167751316598.issue16873@psf.upfronthosting.co.za>
2013-01-06 19:55:34sbtlinkissue16873 messages
2013-01-06 19:55:34sbtcreate