]> granicus.if.org Git - python/commit
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 May 2018 13:26:43 +0000 (06:26 -0700)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 13:26:43 +0000 (06:26 -0700)
commit2baee0aa77055755ac50e92e64bbccfea4108621
tree896e2280d9073290bfc64e25c8e10c68fa1e7e55
parent93e9fb5664e56c02c9aa89098b556929735b35db
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)

(cherry picked from commit ae00fb1d4f38ea1803b10d798564740adcdad63e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/json/scanner.py
Lib/test/test_json/test_decode.py
Misc/NEWS.d/next/Library/2018-05-22-13-05-12.bpo-30877.JZEGjI.rst [new file with mode: 0644]