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 kristjan.jonsson
Recipients ezio.melotti, kristjan.jonsson, pitrou
Date 2009-07-26.21:15:02
SpamBayes Score 4.885933e-07
Marked as misclassified No
Message-id <1248642905.47.0.0372246260065.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
No, sorry.  You have just introduced the race condition by putting a print 
after the evt.set().  Setting the event causes the main thread to exit 
python and so anything after that line will likely not work.

In fact, this is probably the reason why we didn't get any sensible error 
output, because error of the evt.set in the finally.
Please try the modified version attatched.
History
Date User Action Args
2009-07-26 21:15:05kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, ezio.melotti
2009-07-26 21:15:05kristjan.jonssonsetmessageid: <1248642905.47.0.0372246260065.issue6499@psf.upfronthosting.co.za>
2009-07-26 21:15:04kristjan.jonssonlinkissue6499 messages
2009-07-26 21:15:04kristjan.jonssoncreate