summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-22-13-05-12.bpo-30877.JZEGjI.rst
blob: 4be0fae4ecb68e25048a1c651f7681ef72cb34d5 (plain)
1
2
3
Fixed a bug in the Python implementation of the JSON decoder that prevented
the cache of parsed strings from clearing after finishing the decoding.
Based on patch by c-fos.