diff options
author | Victor Stinner <vstinner@python.org> | 2024-10-09 21:56:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 21:56:30 (GMT) |
commit | 52f70da19cf3c7198be37faeac233ef803080f6f (patch) | |
tree | 2dc6a128cf6f6b9cb9a9e3d573dfa6d8542f1cc0 /Objects/unicodeobject.c | |
parent | 7d2c39752fa6f685f15ad9c585d83a62553477c2 (diff) | |
download | cpython-52f70da19cf3c7198be37faeac233ef803080f6f.zip cpython-52f70da19cf3c7198be37faeac233ef803080f6f.tar.gz cpython-52f70da19cf3c7198be37faeac233ef803080f6f.tar.bz2 |
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Replace the private _PyUnicodeWriter with the public PyUnicodeWriter.
Replace PyObject_Repr() + _PyUnicodeWriter_WriteStr()
with PyUnicodeWriter_WriteRepr().
Diffstat (limited to 'Objects/unicodeobject.c')
0 files changed, 0 insertions, 0 deletions