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 docs@python, gvanrossum, neologix, python-dev, vstinner
Date 2013-12-09.01:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386550866.65.0.314450489276.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
"Except that it can fail with ENOENT, but also EBADF, and EPERM if the
FD has been reused by a FD which doesn't support epoll."

Oh, I didn't know that. I ran the unit test, and I expected the two unit test to cover any error case. So ignore my epoll_except.patch, the current "except OSError: pass" is correct.
History
Date User Action Args
2013-12-09 01:01:06vstinnersetrecipients: + vstinner, gvanrossum, neologix, docs@python, python-dev
2013-12-09 01:01:06vstinnersetmessageid: <1386550866.65.0.314450489276.issue19876@psf.upfronthosting.co.za>
2013-12-09 01:01:06vstinnerlinkissue19876 messages
2013-12-09 01:01:06vstinnercreate