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 <rep...@bugs.python.org> <http://bugs.python.org/issue26666> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com