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: Fixed in 2.1a3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Magnus Lie Hetland (mlh)
Assigned to: Finn Bock (bckfnn)
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-19 00:15
Message:
Logged In: YES
user_id=4201
Fixed in exceptions.java: 1.9;
----------------------------------------------------------------------
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
|