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.
Showing
This diff is collapsed.
Please register or sign in to comment