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 mickp
Recipients davin, mickp, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-20.11:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500550188.97.0.422386846774.issue30975@psf.upfronthosting.co.za>
In-reply-to
Content
If a process was waiting on an Event but dies for some reason, nothing else can set the Event. I think the Event._cond lock can not be acquired. See attached for a demonstration.

I see the same behaviour in Python 2.7.5 and Python 3.5.2. Is this expected behaviour?
History
Date User Action Args
2017-07-20 11:29:49mickpsetrecipients: + mickp, paul.moore, tim.golden, zach.ware, steve.dower, davin
2017-07-20 11:29:48mickpsetmessageid: <1500550188.97.0.422386846774.issue30975@psf.upfronthosting.co.za>
2017-07-20 11:29:48mickplinkissue30975 messages
2017-07-20 11:29:48mickpcreate