Ezio Melotti <[email protected]> added the comment: 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.
---------- nosy: +ezio.melotti _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12775> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
