Caleb Hattingh <caleb.hatti...@gmail.com> added the comment:

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 :)

----------

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

Reply via email to