[issue10804] Copy and paste error in _json.c
Torsten Landschoff
report at bugs.python.org
Sun Jan 2 13:28:20 CET 2011
New submission from Torsten Landschoff <t.landschoff at gmx.net>:
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.
----------
components: Library (Lib)
files: patch
messages: 125044
nosy: torsten
priority: normal
severity: normal
status: open
title: Copy and paste error in _json.c
versions: Python 2.7
Added file: http://bugs.python.org/file20219/patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10804>
_______________________________________
More information about the Python-bugs-list
mailing list