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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-03-20.02:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616207578.32.0.266739988004.issue28168@roundup.psfhosted.org>
In-reply-to
Content
I'm no longer interested in solving the SIGINT event problem locally at the wait site. A common implementation of _Py_Sleep, _Py_WaitForSingleObject, and _Py_WaitForMultipleObjects is needed. _winapi.WaitForSingleObject would call _Py_WaitForSingleObject and automatically support the SIGINT event on the main thread.
History
Date User Action Args
2021-03-20 02:32:58eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2021-03-20 02:32:58eryksunsetmessageid: <1616207578.32.0.266739988004.issue28168@roundup.psfhosted.org>
2021-03-20 02:32:58eryksunlinkissue28168 messages
2021-03-20 02:32:58eryksuncreate