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 asvetlov
Recipients asvetlov, lschoe, yselivanov
Date 2019-10-28.22:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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 :)
History
Date User Action Args
2019-10-28 22:59:07asvetlovsetrecipients: + asvetlov, yselivanov, lschoe
2019-10-28 22:59:07asvetlovsetmessageid: <[email protected]>
2019-10-28 22:59:07asvetlovlinkissue38599 messages
2019-10-28 22:59:07asvetlovcreate