Message90960
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. |
|
Date |
User |
Action |
Args |
2009-07-26 21:15:05 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, pitrou, ezio.melotti |
2009-07-26 21:15:05 | kristjan.jonsson | set | messageid: <1248642905.47.0.0372246260065.issue6499@psf.upfronthosting.co.za> |
2009-07-26 21:15:04 | kristjan.jonsson | link | issue6499 messages |
2009-07-26 21:15:04 | kristjan.jonsson | create | |
|