[issue9233] json.load failure when C optimizations aren't built

Ezio Melotti report at bugs.python.org
Wed Apr 13 06:25:47 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Fixed in 2.7 and 3.1 and ported to 3.2 (b279611146d7) and 3.3 (e8e3f2b72a32).
In 3.1 json was completely broken without _json, so I fixed that too.
I also did some minor cleanup in ec6d881f5b02.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
versions: +Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9233>
_______________________________________


More information about the Python-bugs-list mailing list