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 torsten
Recipients torsten
Date 2011-01-02.12:28:18
SpamBayes Score 0.019044926
Marked as misclassified No
Message-id <1293971300.52.0.745698040415.issue10804@psf.upfronthosting.co.za>
In-reply-to
Content
There is a copy and paste error in _json.c: The pairs_hook field is assigned but object_hook is verified to be non-null. The same field is verified a few lines back to this is superfluous at least.
History
Date User Action Args
2011-01-02 12:28:20torstensetrecipients: + torsten
2011-01-02 12:28:20torstensetmessageid: <1293971300.52.0.745698040415.issue10804@psf.upfronthosting.co.za>
2011-01-02 12:28:18torstenlinkissue10804 messages
2011-01-02 12:28:18torstencreate