New submission from STINNER Victor:

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 :-)

----------
assignee: docs@python
components: Documentation
messages: 205118
nosy: docs@python, gvanrossum, haypo, neologix
priority: normal
severity: normal
status: open
title: selectors (and asyncio?): document behaviour on closed files/sockets
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to