Message1970

Author bleon
Recipients
Date 2007-10-12.09:10:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached file was tested with the current developer version of jython and with cpython 2.2.3 and 2.5.1.
While the script is running successfully with cpython, jython throws a NullPointerException.

Suggested patch in Py.java:

additional check (pye.traceback.tb_frame.f_back != null) in functions:
PyException setException(Throwable t, PyFrame frame)
void addTraceback(Throwable t, PyFrame frame)
History
Date User Action Args
2008-02-20 17:18:04adminlinkissue1812122 messages
2008-02-20 17:18:04admincreate