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 asvetlov
Recipients asvetlov, tomaszdrozdz, yselivanov
Date 2020-07-07.16:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594137812.82.0.966965583995.issue41202@roundup.psfhosted.org>
In-reply-to
Content
I agree with Yuri.

Usually, you don't need overriding of the default exception handler.
Indeed, if you really need this low-level API I see nothing wrong with `asyncio.get_running_loop()` call.
History
Date User Action Args
2020-07-07 16:03:32asvetlovsetrecipients: + asvetlov, yselivanov, tomaszdrozdz
2020-07-07 16:03:32asvetlovsetmessageid: <1594137812.82.0.966965583995.issue41202@roundup.psfhosted.org>
2020-07-07 16:03:32asvetlovlinkissue41202 messages
2020-07-07 16:03:32asvetlovcreate