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 eryksun, hafizbilal100, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-09-02.09:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599040346.1.0.276307216076.issue41686@roundup.psfhosted.org>
In-reply-to
Content
By the way, it would be nice to add error handling on:

    sigint_event = CreateEvent(NULL, TRUE, FALSE, FALSE);


See also PR #22049.
History
Date User Action Args
2020-09-02 09:52:26vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, hafizbilal100
2020-09-02 09:52:26vstinnersetmessageid: <1599040346.1.0.276307216076.issue41686@roundup.psfhosted.org>
2020-09-02 09:52:26vstinnerlinkissue41686 messages
2020-09-02 09:52:25vstinnercreate