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 tomaszdrozdz
Recipients asvetlov, tomaszdrozdz, yselivanov
Date 2020-07-03.14:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593786366.9.0.0322970631337.issue41202@roundup.psfhosted.org>
In-reply-to
Content
I wish we had:  

asyncio.run(coro, *, debug=False, excepton_handler=None)

so we could provide custome exception handler function for the loop.
History
Date User Action Args
2020-07-03 14:26:06tomaszdrozdzsetrecipients: + tomaszdrozdz, asvetlov, yselivanov
2020-07-03 14:26:06tomaszdrozdzsetmessageid: <1593786366.9.0.0322970631337.issue41202@roundup.psfhosted.org>
2020-07-03 14:26:06tomaszdrozdzlinkissue41202 messages
2020-07-03 14:26:06tomaszdrozdzcreate