Message464

Author bckfnn
Recipients
Date 2001-11-10.17:20:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The main() method in jythonc compiled program does not 
re-throw exception thrown by the compiled script.

Py.runMain() have a try-catch and it doesn't re-throw 
the exception but does a System.exit(-1) instead. That 
makes it impossible to call the main() method from 
some other java class and catch the exception that was 
raised by the script.
History
Date User Action Args
2008-02-20 17:16:56adminlinkissue480390 messages
2008-02-20 17:16:56admincreate