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 lschoe
Recipients asvetlov, lschoe, yselivanov
Date 2019-10-28.22:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572301189.56.0.622024761127.issue38599@roundup.psfhosted.org>
In-reply-to
Content
Well, I'm basically using a run method defined as a shorthand for self.loop.run_until_complete (without closing loop, reusing it throughout). It would be nice if asyncio.run could simply be used instead, but I understand you're saying this is easier said than done, which is fine with me. Thanks.
History
Date User Action Args
2019-10-28 22:19:49lschoesetrecipients: + lschoe, asvetlov, yselivanov
2019-10-28 22:19:49lschoesetmessageid: <1572301189.56.0.622024761127.issue38599@roundup.psfhosted.org>
2019-10-28 22:19:49lschoelinkissue38599 messages
2019-10-28 22:19:49lschoecreate