]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 00:57:37 +0000 (01:57 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 00:57:37 +0000 (00:57 +0000)
commit0093a31273898930e5fb19ff5d1655c4458a2056
treef8a4851e6c1418cf7dda0a8910b9775f48ad508b
parent8eb9e76b5b2471031d6ad48ee3bc4554bb0067b7
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)

Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API.

Use PyUnicodeWriter_WriteRepr() in ast_repr_list().
Parser/asdl_c.py
Python/Python-ast.c