Message7115

Author fwierzbicki
Recipients dahlia, fwierzbicki
Date 2012-05-20.22:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337552100.16.0.398835121463.issue1891@psf.upfronthosting.co.za>
In-reply-to
Content
Generally this happens when there is a very large function definition in a .py file - the JVM currently has an upper limit to the size of methods (I saw some talk about removing these in JDK 8 but I don't know if that will really happen) For now this is very difficult to fix from the Jython side - if you find the method and break it up into smaller methods that is a workaround (I know that's not good news). I'll keep this open for discussion - maybe if we knew exactly what part of pygments has grown so large (I know pygments worked before).
History
Date User Action Args
2012-05-20 22:15:00fwierzbickisetmessageid: <1337552100.16.0.398835121463.issue1891@psf.upfronthosting.co.za>
2012-05-20 22:15:00fwierzbickisetrecipients: + fwierzbicki, dahlia
2012-05-20 22:15:00fwierzbickilinkissue1891 messages
2012-05-20 22:15:00fwierzbickicreate