This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaborsk
Recipients ajaborsk, docs@python, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-03-21.13:08:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395407324.65.0.697088244659.issue21006@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-03-21 13:08:44ajaborsksetrecipients: + ajaborsk, gvanrossum, vstinner, docs@python, python-dev, yselivanov
2014-03-21 13:08:44ajaborsksetmessageid: <1395407324.65.0.697088244659.issue21006@psf.upfronthosting.co.za>
2014-03-21 13:08:44ajaborsklinkissue21006 messages
2014-03-21 13:08:44ajaborskcreate