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, gvanrossum, iritkatriel, jinty, r.david.murray, vstinner, yselivanov
Date 2022-03-20.16:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647793167.59.0.181229623891.issue25489@roundup.psfhosted.org>
In-reply-to
Content
Not sure if the issue is still relevant.
asyncio re-raises KeyboardInterrupt explicitly in all loop.call_exception_handler() branches: https://github.com/python/cpython/blob/main/Lib/asyncio/base_events.py#L1759-L1814
History
Date User Action Args
2022-03-20 16:19:27asvetlovsetrecipients: + asvetlov, gvanrossum, vstinner, r.david.murray, yselivanov, jinty, iritkatriel
2022-03-20 16:19:27asvetlovsetmessageid: <1647793167.59.0.181229623891.issue25489@roundup.psfhosted.org>
2022-03-20 16:19:27asvetlovlinkissue25489 messages
2022-03-20 16:19:27asvetlovcreate