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 pitrou
Recipients giampaolo.rodola, glyph, gvanrossum, neologix, pitrou, sbt, vstinner
Date 2013-09-14.11:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379157060.54.0.537003409835.issue19017@psf.upfronthosting.co.za>
In-reply-to
Content
> Another possibility would be to silently fix those, i.e. in case of
> EBADF/POLLNVAL in select/poll, remove the offending FD from the list of
> monitored FDs.

Or we could remove the fd *and* still raise an error the first time, or at least a warning. It sounds like a programming error, so I'm not sure it's a good idea to silence it.

Note that Twisted still logs an error message. Also, Tornado lets errors through:
https://github.com/facebook/tornado/blob/master/tornado/ioloop.py#L652
https://github.com/facebook/tornado/blob/master/tornado/platform/select.py#L61
History
Date User Action Args
2013-09-14 11:11:00pitrousetrecipients: + pitrou, gvanrossum, vstinner, giampaolo.rodola, glyph, neologix, sbt
2013-09-14 11:11:00pitrousetmessageid: <1379157060.54.0.537003409835.issue19017@psf.upfronthosting.co.za>
2013-09-14 11:11:00pitroulinkissue19017 messages
2013-09-14 11:11:00pitroucreate