]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use public PyUnicodeWriter in _json.c (#129249)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Jan 2025 10:38:13 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 10:38:13 +0000 (11:38 +0100)
commit6e63c4736beebdf912acd391fc437672ee9d362e
treee1fb0716afc67efe875fab169250cc545038c37d
parentc005ea4951581bd5da7594f29594c9c840ec2fa5
gh-119182: Use public PyUnicodeWriter in _json.c (#129249)

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