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 r.david.murray
Recipients alex.gronholm, brian.curtin, kristjan.jonsson, pitrou, r.david.murray, raruler, tim.golden
Date 2014-05-07.16:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399478568.02.0.495743597157.issue20737@psf.upfronthosting.co.za>
In-reply-to
Content
I have production code on Windows using python2.7 that calls Event().wait() with a timeout of approximately 24 hours, and it works just fine.  Having that no longer work is, IMO, an unacceptable regression.  (I'm ready to move this code to python3 as soon as cx_Freeze supports Windows services under python3).
History
Date User Action Args
2014-05-07 16:02:48r.david.murraysetrecipients: + r.david.murray, pitrou, kristjan.jonsson, tim.golden, brian.curtin, alex.gronholm, raruler
2014-05-07 16:02:48r.david.murraysetmessageid: <1399478568.02.0.495743597157.issue20737@psf.upfronthosting.co.za>
2014-05-07 16:02:48r.david.murraylinkissue20737 messages
2014-05-07 16:02:47r.david.murraycreate