New submission from Андрей Казанцев <hec...@yandex.ru>:

Sometimes need get loop from another place and run corutine in it. For example 
when use teleton lib. Example from this lib 
https://docs.telethon.dev/en/latest/basic/signing-in.html#id2 suggests using 
```client.loop.run_until_complete``` but it's not handle errors like in run 
method.

----------
components: asyncio
messages: 360957
nosy: asvetlov, heckad, yselivanov
priority: normal
severity: normal
status: open
title: Proposial add loop parametr to run in asyncio
versions: Python 3.9

_______________________________________
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