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 vstinner
Recipients Andre Merzky, mcepl, minrk, neologix, pitrou, sxsns243, takluyver, vstinner
Date 2019-05-24.08:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558686082.11.0.0148675716302.issue23395@roundup.psfhosted.org>
In-reply-to
Content
The interrupt_main() documentation needs a "versionchanged:: 3.8" to document that the behavior changed in Python 3.8, no? (do nothing if the signal is not handled by Python).

I'm not comfortable to backport this change. I suggest to only change Python 3.8 (master branch).

While reviewing this change, I found code which should be refactored: see bpo-37031.
History
Date User Action Args
2019-05-24 08:21:22vstinnersetrecipients: + vstinner, pitrou, mcepl, neologix, takluyver, minrk, Andre Merzky, sxsns243
2019-05-24 08:21:22vstinnersetmessageid: <1558686082.11.0.0148675716302.issue23395@roundup.psfhosted.org>
2019-05-24 08:21:22vstinnerlinkissue23395 messages
2019-05-24 08:21:22vstinnercreate