[issue26685] Raise errors from socket.close()

Yury Selivanov report at bugs.python.org
Wed Oct 19 11:54:39 EDT 2016


Yury Selivanov added the comment:

After thinking about this problem for a while, I arrived to the conclusion that we need to fix asyncio.  Essentially, when a user passes a socket object to the event loop API like 'create_server', they give up the control of the socket to the loop.  The loop should detach the socket object and have a full control over it.

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26685>
_______________________________________


More information about the Python-bugs-list mailing list