Message11236

Author zyasoft
Recipients jamesmudd, stefan.richthofer, zyasoft
Date 2017-03-16.00:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489623078.02.0.413196974131.issue2536@psf.upfronthosting.co.za>
In-reply-to
Content
Very interesting debugging detail!

Note that the json module has Java acceleration support in org.python.modules._json, but otherwise has pure Python implementation; this acceleration can be readily turned off by removing this entry: https://github.com/jythontools/jython/blob/master/src/org/python/modules/Setup.java#L38

So we can see if it's this acceleration causing the problem or not.
History
Date User Action Args
2017-03-16 00:11:18zyasoftsetmessageid: <1489623078.02.0.413196974131.issue2536@psf.upfronthosting.co.za>
2017-03-16 00:11:18zyasoftsetrecipients: + zyasoft, stefan.richthofer, jamesmudd
2017-03-16 00:11:17zyasoftlinkissue2536 messages
2017-03-16 00:11:17zyasoftcreate