cpython/Misc/NEWS.d/next/Library/2018-05-22-13-05-12.bpo-308...

4 lines
173 B
ReStructuredText
Raw Normal View History

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.