]> granicus.if.org Git - python/commit
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
authorInada Naoki <songofacandy@gmail.com>
Thu, 17 Oct 2019 07:12:41 +0000 (16:12 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2019 07:12:41 +0000 (16:12 +0900)
commit9c11029bb41caab5576f354fbf808a5e91325bb0
tree882cf98dd7a6f04626700384e236424ab120b0b5
parenta661392f8fb5ac4fc095aa1845d1eb7a25c4e9be
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
Misc/NEWS.d/next/Library/2019-08-29-18-48-48.bpo-37587.N7TGTC.rst [new file with mode: 0644]
Modules/_json.c