Message4948

Author audetto
Recipients audetto
Date 2009-07-26.15:27:08
SpamBayes Score 1.1932345e-08
Marked as misclassified No
Message-id <1248622029.16.0.000909880935398.issue1412@psf.upfronthosting.co.za>
In-reply-to
Content
This is the output with jython

Here foo
(<type 'exceptions.GeneratorExit'>, None, null)
Arg size= 3
(<type 'exceptions.IndexError'>, 'index out of range: 2', <traceback
object at 0x1>)
Arg size= 3
<traceback object at 0x1>
(<type 'exceptions.IndexError'>, 'index out of range: 2', <traceback
object at 0x2>)
Arg size= 3
<traceback object at 0x2>
Traceback (most recent call last):
  File "/home/andrea/foo/j.py", line 16, in <module>
    import threading
  File "/home/andrea/projects/java/jython2.5.0/Lib/threading.py", line
12, in <module>
    from traceback import print_exc as _print_exc
  File "/home/andrea/projects/java/jython2.5.0/Lib/traceback.py", line
5, in <module>
    import types
  File "/home/andrea/projects/java/jython2.5.0/Lib/types.py", line 54,
in <module>
    GeneratorType = type(g())
  File "/home/andrea/foo/j.py", line 7, in printTrace
    print arg[2]
IndexError: index out of range: 2
History
Date User Action Args
2009-07-26 15:27:09audettosetmessageid: <1248622029.16.0.000909880935398.issue1412@psf.upfronthosting.co.za>
2009-07-26 15:27:09audettosetrecipients: + audetto
2009-07-26 15:27:09audettolinkissue1412 messages
2009-07-26 15:27:09audettocreate