This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients amaury.forgeotdarc, daniel.urban, docs@python, dsvensson, ezio.melotti, loewis, neologix, pitrou, vstinner
Date 2011-08-18.16:29:14
SpamBayes Score 0.0015312209
Marked as misclassified No
Message-id <1313684955.66.0.399949559381.issue12775@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC the C acceleration for json were added in 2.7/3.2, and are used automatically when you import json.  In the previous releases the json module was implemented in pure Python.  That explains why it's much slower on Python 2.5/6.
History
Date User Action Args
2011-08-18 16:29:15ezio.melottisetrecipients: + ezio.melotti, loewis, amaury.forgeotdarc, pitrou, vstinner, dsvensson, daniel.urban, neologix, docs@python
2011-08-18 16:29:15ezio.melottisetmessageid: <1313684955.66.0.399949559381.issue12775@psf.upfronthosting.co.za>
2011-08-18 16:29:15ezio.melottilinkissue12775 messages
2011-08-18 16:29:15ezio.melotticreate