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, gaborjbernat, maggyero, neologix, paul.moore, pdgoins-work, pitrou, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2021-09-27.14:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632751631.19.0.604725211467.issue21822@roundup.psfhosted.org>
In-reply-to
Content
> I am having the same blocked signal issue on Windows when using Thread.join. This program does not print "interrupted" after pressing Ctrl+C:

This is a different issue: bpo-29971. Currently, threading.Lock.acquire() cannot be interrupted by CTRL+C.
History
Date User Action Args
2021-09-27 14:07:11vstinnersetrecipients: + vstinner, tim.peters, paul.moore, pitrou, tim.golden, neologix, zach.ware, eryksun, steve.dower, pdgoins-work, maggyero, gaborjbernat
2021-09-27 14:07:11vstinnersetmessageid: <1632751631.19.0.604725211467.issue21822@roundup.psfhosted.org>
2021-09-27 14:07:11vstinnerlinkissue21822 messages
2021-09-27 14:07:11vstinnercreate