Message1714

Author cgroves
Recipients
Date 2007-07-15.07:07:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Raising SystemExit from a second thread created in Jython causes sys.exit() to be called, but it should really just call thread.exit() on the currently running thread.  test_socket_ssl currently fails due to this problem.
History
Date User Action Args
2008-02-20 17:17:53adminlinkissue1754222 messages
2008-02-20 17:17:53admincreate