]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use public PyUnicodeWriter in wrap_strftime() (#129206)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 00:18:26 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 00:18:26 +0000 (01:18 +0100)
commit327a257e6ae4ad0e3b6e00b35d24937e4b0a0395
treeb3c4a6e7d0804ca5430764b9f9b011a3e740f12b
parent719c9dd72f43d81072999f0ded8209c07de7fbd0
gh-119182: Use public PyUnicodeWriter in wrap_strftime() (#129206)

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