]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use public PyUnicodeWriter in time_strftime() (#129207)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 00:18:03 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 00:18:03 +0000 (01:18 +0100)
commit719c9dd72f43d81072999f0ded8209c07de7fbd0
tree85bfecd3f9573ea9044fed0cb2aeaa6f93bf8463
parent960936fe90f9a0b947c7ed10f91582ff6664c0b8
gh-119182: Use public PyUnicodeWriter in time_strftime() (#129207)

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