Commit f2c76aa6 authored by Victor Stinner's avatar Victor Stinner

Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an

accumulator. Directly write characters into the output (don't use a temporary
list): resize and widen the string on demand.
parent ac20f463
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment