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 eric.snow, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-06-08.19:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591645490.72.0.2048847363.issue40912@roundup.psfhosted.org>
In-reply-to
Content
PyOS_FiniInterrupts() is a good place to close _PyOS_SigintEvent. Hopefully, it's a internal C API and it's not exported, since it's fine to change its behavior. Maybe it should be renamed to _PyOS_FiniInterrupts().
History
Date User Action Args
2020-06-08 19:44:50vstinnersetrecipients: + vstinner, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower
2020-06-08 19:44:50vstinnersetmessageid: <1591645490.72.0.2048847363.issue40912@roundup.psfhosted.org>
2020-06-08 19:44:50vstinnerlinkissue40912 messages
2020-06-08 19:44:50vstinnercreate