[issue16009] Json error messages could provide more information about the error

Serhiy Storchaka report at bugs.python.org
Fri Oct 5 16:15:15 CEST 2012


Serhiy Storchaka added the comment:

Patch updated. Tests added. One discrepancy between Python an C versions fixed.

In fact, we can get rid of StopIteration and directly raise ValueError. I don't know what are the functions of StopIteration here, so preserve it. Perhaps the author could explain the details.

----------
keywords: +needs review
nosy: +bob.ippolito
stage: test needed -> patch review
Added file: http://bugs.python.org/file27433/json_errmsg_3.patch

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


More information about the Python-bugs-list mailing list