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:58:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386381536.61.0.888590575063.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I take it back. If you close the FD and then reuse it, you get ENOENT, which is not caught.  So we still need the try/except OSError.

I am going to experiment with a PollSelector as well.
History
Date User Action Args
2013-12-07 01:58:56gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python
2013-12-07 01:58:56gvanrossumsetmessageid: <1386381536.61.0.888590575063.issue19876@psf.upfronthosting.co.za>
2013-12-07 01:58:56gvanrossumlinkissue19876 messages
2013-12-07 01:58:56gvanrossumcreate