Message6633

Author amak
Recipients amak, asmeurer
Date 2011-09-04.00:45:15
SpamBayes Score 2.020226e-07
Marked as misclassified No
Message-id <1315097115.91.0.768890602382.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
> "java.lang.ClassFormatError: java.lang.ClassFormatError: Invalid method Code length 116077 in class file org/python/pycode/_pyx6285"

Not a bug, unfortunately, but a limitation of java class files, which cannot be more then 64K long.

http://grinder.sourceforge.net/faq.html#faq-N10544

Your test_fp.py module is too long needs to be broken up if it's going to work under jython.
History
Date User Action Args
2011-09-04 00:45:15amaksetmessageid: <1315097115.91.0.768890602382.issue1777@psf.upfronthosting.co.za>
2011-09-04 00:45:15amaksetrecipients: + amak, asmeurer
2011-09-04 00:45:15amaklinkissue1777 messages
2011-09-04 00:45:15amakcreate