Message7115
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). |
|
Date |
User |
Action |
Args |
2012-05-20 22:15:00 | fwierzbicki | set | messageid: <1337552100.16.0.398835121463.issue1891@psf.upfronthosting.co.za> |
2012-05-20 22:15:00 | fwierzbicki | set | recipients:
+ fwierzbicki, dahlia |
2012-05-20 22:15:00 | fwierzbicki | link | issue1891 messages |
2012-05-20 22:15:00 | fwierzbicki | create | |
|