[New-bugs-announce] [issue39483] Proposial add loop parametr to run in asyncio

Андрей Казанцев report at bugs.python.org
Wed Jan 29 06:52:27 EST 2020


New submission from Андрей Казанцев <heckad at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39483>
_______________________________________


More information about the New-bugs-announce mailing list