[issue21006] asyncio.docs : create_subprocess_exec example does not work on windows

Alexandre JABORSKA report at bugs.python.org
Fri Mar 21 14:08:44 CET 2014


Alexandre JABORSKA added the comment:

I saw the "low level" part with the warning. But what I mean is that I found no clear indication on how to change default loop to allow asyncio.subprocess usage with Windows Python. I guessed :

asyncio.set_event_loop(ProactorEventLoop())

but I'm not sure (it works for me).

----------

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


More information about the Python-bugs-list mailing list