Message6647

Author fwierzbicki
Recipients amak, asmeurer, fwierzbicki
Date 2011-09-12.16:45:16
SpamBayes Score 2.7981826e-09
Marked as misclassified No
Message-id <1315845916.73.0.578681158861.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
> java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 2
>
> By the way, at first glance, this appears to me to be a Jython bug.  Would you agree with that?  Or is it common to get Java tracebacks from non-Jython problems?
>
This does indeed look like a problem in Jython - in principle pure Python code (that is no Java, Java inheritance or ctypes, etc) should not produce Java exceptions, and if they do this indicates a bug in Jython.  Looking at the stack trace it appears to still be something wrong with our slots implementation... but I'm not sure what yet. This is a busy work week for me, but I will try to have a look before the week is out.

-Frank
History
Date User Action Args
2011-09-12 16:45:16fwierzbickisetmessageid: <1315845916.73.0.578681158861.issue1777@psf.upfronthosting.co.za>
2011-09-12 16:45:16fwierzbickisetrecipients: + fwierzbicki, amak, asmeurer
2011-09-12 16:45:16fwierzbickilinkissue1777 messages
2011-09-12 16:45:16fwierzbickicreate