threads and sys.exit()

gangesmaster tomerfiliba at gmail.com
Mon Apr 24 12:59:52 EDT 2006


calling sys.exit() from a thread does nothing... the thread dies, but
the interpreter remains. i guess the interpreter just catches and
ignore the SystemExit exception...

does anybody know of a way to overcome this limitation? 


-tomer




More information about the Python-list mailing list