Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

I'm pretty happy with asyncio.run() functionalit.

I used run() for the bug demonstration, but the example can be rewritten easily 
without this function.

The problem is not in run() but in an object lifecycle. Implicit loop creation 
plus module-level initialization provides a pretty big set of ways to shoot in 
the foot :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38599>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to