]> granicus.if.org Git - python/commit
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure...
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 12 Mar 2013 23:52:34 +0000 (01:52 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 12 Mar 2013 23:52:34 +0000 (01:52 +0200)
commita7d64a6f4c0307f9c58ea170705b1552580d93eb
treedec59285d3c60b71c205dc3f62cb52aa4f5d7d52
parent7343cb0790d3ac722ee788d5c2044cbda770a140
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
Lib/json/decoder.py
Lib/test/json_tests/test_decode.py
Misc/NEWS