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

STINNER Victor report at bugs.python.org
Tue Mar 29 17:36:21 EDT 2016


STINNER Victor added the comment:

> I'm attempting to enhance a transparent-SOCKS module (https://github.com/Anorov/PySocks) to support non-blocking connect().

Obvious question: why not working on the asyncio support in this library?

----------
components: +asyncio
nosy: +gvanrossum, haypo, yselivanov

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


More information about the Python-bugs-list mailing list