STINNER Victor <[email protected]> added the comment:
Ugly workaround: policy = asyncio.get_event_loop_policy() policy._loop_factory = asyncio.ProactorEventLoop It uses a private attribute :-( ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33792> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
