]> 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:49:57 +0000 (01:49 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 12 Mar 2013 23:49:57 +0000 (01:49 +0200)
commitfda7a8ce78cdc46c6728ad9cd82c4b3eccd0dd92
treea47ff8b56cf3a15d4056da86ac92bda314514be4
parent981c3bde8de59bd516f26e435d01788df3d5de56
#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/json/tests/test_decode.py
Misc/NEWS