Python/Jython - sys.exit()

VLP vlprasad at yahoo.com
Wed Dec 18 20:46:42 EST 2002


sys.exit() exits the entire program, including all threads
in Python. But sys.exit() in Jython just exits the
current thread. Anyone know of a way I can replicate
the C/Python exit() behaviour in Jython?

Regards,
VLP



More information about the Python-list mailing list