]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125196: Use PyUnicodeWriter in parser (#125271)
authorVictor Stinner <vstinner@python.org>
Sat, 12 Oct 2024 07:28:34 +0000 (09:28 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 07:28:34 +0000 (09:28 +0200)
commit4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c
treed9ef975abd23c6905d02555570b530da387ee096
parent5d8739e956cd20d3860133b384518a3c5c74e5ae
gh-125196: Use PyUnicodeWriter in parser (#125271)

Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API in _PyPegen_concatenate_strings().
Parser/action_helpers.c