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 pablogsal
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2021-09-23.21:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Add a context manager which suppresses keyboard interruption.

That's not enough technically. This can be any signal handler that raises an exception, no?
History
Date User Action Args
2021-09-23 21:59:53pablogsalsetrecipients: + pablogsal, vstinner, serhiy.storchaka
2021-09-23 21:59:53pablogsalsetmessageid: <[email protected]>
2021-09-23 21:59:53pablogsallinkissue45274 messages
2021-09-23 21:59:53pablogsalcreate