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, vstinner
Date 2013-12-03.14:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386079879.4.0.237775070253.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
I remember a discussion about EBADF, but I don't remember the conclusion. The documentation of the asyncio doesn't explain the behaviour of selectors when a file/socket is closed, without unregistering it from the selector.

I should be explicitly documented. I would accept an "undefined behaviour" if it's documented :-)
History
Date User Action Args
2013-12-03 14:11:19vstinnersetrecipients: + vstinner, gvanrossum, neologix, docs@python
2013-12-03 14:11:19vstinnersetmessageid: <1386079879.4.0.237775070253.issue19876@psf.upfronthosting.co.za>
2013-12-03 14:11:19vstinnerlinkissue19876 messages
2013-12-03 14:11:19vstinnercreate