[issue26666] File object hook to modify select(ors) event mask

STINNER Victor report at bugs.python.org
Tue Mar 29 21:16:09 EDT 2016


STINNER Victor added the comment:

> The whole point of a transparent SOCKS module is that it provides a function that's a *drop-in replacement* for socket.socket().

Fully transparent asynchronous I/O is an old dream of developers. You may try eventlet if you like monkey-patching.

It's a deliberate choice in the asyncio design to make asynchonous I/O explicit in the code.

----------

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


More information about the Python-bugs-list mailing list