SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 133 Python

bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)

No longer limit repr(structseq) to 512 bytes. Use _PyUnicodeWriter
for better performance and to write directly Unicode rather than
encoding repr() value to UTF-8 and then decoding from UTF-8.
V
Victor Stinner committed
c70ab02df2894c34da2223fc3798c0404b41fd79
Parent: fd23cfa
Committed by GitHub <noreply@github.com> on 3/19/2019, 11:05:51 PM