Message8423

Author zyasoft
Recipients Arfrever, JJ, dahlia, fwierzbicki, griels, pjac, tuska, zart, zyasoft
Date 2014-05-16.18:50:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400266248.85.0.286772411304.issue1891@psf.upfronthosting.co.za>
In-reply-to
Content
So there is not a general solution yet, but I can report the Pygments and Requests packages here now install against Jython 2.7 trunk; we expect a beta 3 release of this work in the next day or so.

This works because for large collection literals (dict, list, set, tuple) of keys and values that are only primitives (int|float|str|unicode), we now break the construction of these literals into smaller methods.

I sort of doubt PyXB is going to be useful on Jython until the necessary XML support is made more efficient.
History
Date User Action Args
2014-05-16 18:50:48zyasoftsetmessageid: <1400266248.85.0.286772411304.issue1891@psf.upfronthosting.co.za>
2014-05-16 18:50:48zyasoftsetrecipients: + zyasoft, fwierzbicki, tuska, pjac, Arfrever, dahlia, zart, JJ, griels
2014-05-16 18:50:48zyasoftlinkissue1891 messages
2014-05-16 18:50:48zyasoftcreate