Message6636

Author asmeurer
Recipients amak, asmeurer
Date 2011-09-04.02:36:42
SpamBayes Score 5.159281e-05
Marked as misclassified No
Message-id <1315103802.67.0.829277496916.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so I missed a very important part of that FAQ (emphasis added): "The short answer is that a function in your script is too long and is tripping over a Java limitation on the length of a method inherited by Jython. **Java** methods are limited to 65535 characters or less."

I was counting the number of characters in the Python function, but I guess that is completely unrelated.  So splitting it into three parts does the trick.  Sorry for the noise.
History
Date User Action Args
2011-09-04 02:36:42asmeurersetmessageid: <1315103802.67.0.829277496916.issue1777@psf.upfronthosting.co.za>
2011-09-04 02:36:42asmeurersetrecipients: + asmeurer, amak
2011-09-04 02:36:42asmeurerlinkissue1777 messages
2011-09-04 02:36:42asmeurercreate