Message5188

Author colinhevans
Recipients colinhevans
Date 2009-09-22.01:13:24
SpamBayes Score 2.3674793e-05
Marked as misclassified No
Message-id <1253582004.96.0.543085005851.issue1475@psf.upfronthosting.co.za>
In-reply-to
Content
When the SystemRestart exception is thrown, the current interpreter is
restarted, but no atexit callbacks are called, which means that any
threads running in the interpreter can't get shut down cleanly.  The
solution is probably to call PythonInterpreter.cleanup() after the
exception is caught in jython.run()
History
Date User Action Args
2009-09-22 01:13:25colinhevanssetrecipients: + colinhevans
2009-09-22 01:13:24colinhevanssetmessageid: <1253582004.96.0.543085005851.issue1475@psf.upfronthosting.co.za>
2009-09-22 01:13:24colinhevanslinkissue1475 messages
2009-09-22 01:13:24colinhevanscreate