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 Cilyan Olowen
Recipients Cilyan Olowen, asvetlov, docs@python, hniksic, yselivanov
Date 2020-01-27.15:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580137662.93.0.671184820321.issue38423@roundup.psfhosted.org>
In-reply-to
Content
It doesn't seem to work either for asyncio.get_event_loop, especially when using asyncio.wait(), the loop complains that 

"RuntimeError: Task <Task pending coro=<Event.wait() running at lib\asyncio\locks.py:293> cb=[_wait.<locals>._on_completion() at lib\asyncio\tasks.py:440]> got Future <Future pending> attached to a different loop"
History
Date User Action Args
2020-01-27 15:07:42Cilyan Olowensetrecipients: + Cilyan Olowen, hniksic, asvetlov, docs@python, yselivanov
2020-01-27 15:07:42Cilyan Olowensetmessageid: <1580137662.93.0.671184820321.issue38423@roundup.psfhosted.org>
2020-01-27 15:07:42Cilyan Olowenlinkissue38423 messages
2020-01-27 15:07:42Cilyan Olowencreate