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 vstinner
Recipients asvetlov, vstinner, yselivanov
Date 2018-06-07.10:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528368320.3.0.592728768989.issue33792@psf.upfronthosting.co.za>
In-reply-to
Content
Ugly workaround:

policy = asyncio.get_event_loop_policy()
policy._loop_factory = asyncio.ProactorEventLoop

It uses a private attribute :-(
History
Date User Action Args
2018-06-07 10:45:20vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-06-07 10:45:20vstinnersetmessageid: <1528368320.3.0.592728768989.issue33792@psf.upfronthosting.co.za>
2018-06-07 10:45:20vstinnerlinkissue33792 messages
2018-06-07 10:45:20vstinnercreate