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 raruler
Recipients pitrou, raruler
Date 2014-02-22.22:20:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393107626.95.0.76942760924.issue20737@psf.upfronthosting.co.za>
In-reply-to
Content
I've tried this with both the 32-bit and 64-bit versions of 3.3.4 on two Windows 7 x64 machines. 

threading.Event().wait(2148) and a lock obtained from _thread used as lock.acquire(True, 2148) will never return. Anything under 2148 seems to work just fine, but anything 2148 or larger never wakes up.

The same call works on 3.3.4/x64 on OS X.
History
Date User Action Args
2014-02-22 22:20:27rarulersetrecipients: + raruler, pitrou
2014-02-22 22:20:26rarulersetmessageid: <1393107626.95.0.76942760924.issue20737@psf.upfronthosting.co.za>
2014-02-22 22:20:26rarulerlinkissue20737 messages
2014-02-22 22:20:26rarulercreate