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 heckad
Recipients asvetlov, heckad, yselivanov
Date 2020-01-29.11:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580298747.78.0.00209746550488.issue39483@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-29 11:52:27heckadsetrecipients: + heckad, asvetlov, yselivanov
2020-01-29 11:52:27heckadsetmessageid: <1580298747.78.0.00209746550488.issue39483@roundup.psfhosted.org>
2020-01-29 11:52:27heckadlinkissue39483 messages
2020-01-29 11:52:27heckadcreate