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 cjrh
Recipients asvetlov, cjrh, heckad, yselivanov
Date 2020-02-02.04:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580618104.54.0.235033650179.issue39483@roundup.psfhosted.org>
In-reply-to
Content
Hmm, my recent comment looks rude but I didn't intend it to be that way. What I mean is: there are many, many more users of asyncio.run than there are of teleton, so any change made to asyncio.run is going to affect more people than the other way round. So before we regard this as something that will be generally useful (run() taking a loop parameter), it will be faster to check if the 3rd party library provides a way to work with the std library.  FWIW I have an alternative run() implementation, with the PYPI package "aiorun" in which I do allow a loop parameter to be passed in. So far, it's only caused headaches for me as the maintainer :)
History
Date User Action Args
2020-02-02 04:35:04cjrhsetrecipients: + cjrh, asvetlov, yselivanov, heckad
2020-02-02 04:35:04cjrhsetmessageid: <1580618104.54.0.235033650179.issue39483@roundup.psfhosted.org>
2020-02-02 04:35:04cjrhlinkissue39483 messages
2020-02-02 04:35:04cjrhcreate