Message1970
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) |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:04 | admin | link | issue1812122 messages |
2008-02-20 17:18:04 | admin | create | |
|