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 gvanrossum
Recipients docs@python, gvanrossum, neologix, vstinner
Date 2013-12-07.01:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386381090.34.0.467347621107.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
So I think this is why epoll doesn't raise OSError:

http://hg.python.org/cpython/file/44dacafdd48a/Modules/selectmodule.c#l1335

The Python wrapper explicitly checks for EBADF and turns this into a non-error result.
History
Date User Action Args
2013-12-07 01:51:30gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python
2013-12-07 01:51:30gvanrossumsetmessageid: <1386381090.34.0.467347621107.issue19876@psf.upfronthosting.co.za>
2013-12-07 01:51:30gvanrossumlinkissue19876 messages
2013-12-07 01:51:29gvanrossumcreate