Kristján Valur Jónsson <krist...@ccpgames.com> added the comment: 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. ---------- Added file: http://bugs.python.org/file14573/test_docxmlrpc.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6499> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com