Yury Selivanov <yseliva...@gmail.com> added the comment:
The idiomatic way: async def main(): loop = asyncio.get_running_loop() loop.set_exception_handler(...) # other code asyncio.run(main()) We don't want to add new arguments to asyncio.run as there would be too many. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41202> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com