]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2024 13:33:00 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 13:33:00 +0000 (15:33 +0200)
commitc914212474792312bb125211bae5719650fe2f58
treed728e2c9963b1b0795deb245a1b3fcc9b792c841
parent120b891e4dff692aef0c2b16d887459b88a76a1b
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)

Replace the private _PyUnicodeWriter with the public PyUnicodeWriter.
Modules/_json.c