SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-125196: Use PyUnicodeWriter for repr(list) (#125202)

Replace the private _PyUnicodeWriter with the public PyUnicodeWriter.

Replace PyObject_Repr() + _PyUnicodeWriter_WriteStr()
with PyUnicodeWriter_WriteRepr().
V
Victor Stinner committed
52f70da19cf3c7198be37faeac233ef803080f6f
Parent: 7d2c397
Committed by GitHub <noreply@github.com> on 10/9/2024, 9:56:30 PM