|
From: <no...@so...> - 2001-07-03 21:54:15
|
Bugs item #437809, was opened at 2001-07-01 20:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=437809&group_id=12867 Category: Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Magnus Lie Hetland (mlh) Assigned to: Nobody/Anonymous (nobody) Summary: traceback error Initial Comment: There seems to be a problem with the standard module traceback: Jython 2.1a1 on java1.2.2 (JIT: symcjit) Type "copyright", "credits" or "license" for more information >>> import traceback >>> traceback.extract_stack() Traceback (innermost last): File "<console>", line 1, in ? File "C:\jython\Lib\traceback.py", line 249, in extract_stack AttributeError: 'None' object has no attribute 'co_filename' ---------------------------------------------------------------------- >Comment By: Finn Bock (bckfnn) Date: 2001-07-03 14:54 Message: Logged In: YES user_id=4201 Added as test295. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=437809&group_id=12867 |