Michael Hughes <[email protected]> added the comment: To use the callback, you can do this:
import threading def threadendcallback(): # return False to indicate that we don't # want to wait for any threads before exiting return False threading.currentThread().waitForThreadsOnExitFunc = threadendcallback ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10444> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
