[issue3623] _json: fix raise_errmsg(), py_encode_basestring_ascii() and linecol()

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 26 19:40:23 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

_json26.patch looks good, and is necessary, because the called python
function has more than one way to raise an exception (KeyboardInterrupt
at least...)

I would just add another minor change: this raise_errmsg() function
should be made static.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list