[New-bugs-announce] [issue41202] Allo to provide custom exception handler to asyncio.run()

tomaszdrozdz report at bugs.python.org
Fri Jul 3 10:26:06 EDT 2020


New submission from tomaszdrozdz <tomasz.drozdz.1 at protonmail.com>:

I wish we had:  

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

so we could provide custome exception handler function for the loop.

----------
components: asyncio
messages: 372934
nosy: asvetlov, tomaszdrozdz, yselivanov
priority: normal
severity: normal
status: open
title: Allo to provide custom exception handler to asyncio.run()
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41202>
_______________________________________


More information about the New-bugs-announce mailing list