bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
If the string is ASCII only and doesn't need to escape characters, write the whole string with a single write() syscall.
V
Victor Stinner committed
b919d8105c4d77f00509b6d3ab2073f09db640de
Parent: e002bbc
Committed by GitHub <noreply@github.com>
on 11/17/2021, 8:12:20 PM