Comment 1 for bug 1162194

Revision history for this message
Jim Baker (jimbaker) wrote :

Ladon does compile on Jython 2.7 trunk now, so no more issues with these large literals (the compiler can break up the most common case into small methods). Also I can resolve all dependencies with pip.

I did try running with nosestests, but some test issues remain, beyond the scope of what I would be able to investigate. Please note that I have also recently fixed perhaps a related issue with socket/select/ssl, although this may or may not suffice.

(I came here because I was googling for "method size too large" errors with respect to Jython, just to see what's out there in the wild, so I can confirm against my solution for this specific problem.)

Good luck!