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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-27.16:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632761141.67.0.293441028458.issue45301@roundup.psfhosted.org>
In-reply-to
Content
> SleepConditionVariableSRW() can't be interrupted in PyCOND_WAIT() and PyCOND_TIMEDWAIT()

This was my immediate reaction as well.

Unfortunately, we keep seeing that all waits need to be interruptible, so either a WaitForMultipleObjects or a slow spinlock.
History
Date User Action Args
2021-09-27 16:45:41steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun
2021-09-27 16:45:41steve.dowersetmessageid: <1632761141.67.0.293441028458.issue45301@roundup.psfhosted.org>
2021-09-27 16:45:41steve.dowerlinkissue45301 messages
2021-09-27 16:45:41steve.dowercreate