diff options
author | Victor Stinner <vstinner@python.org> | 2021-11-17 20:12:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 20:12:20 (GMT) |
commit | b919d8105c4d77f00509b6d3ab2073f09db640de (patch) | |
tree | 868130697a285fa007cd902d91d66ad9953a410a /Python/pystrcmp.c | |
parent | e002bbc6cce637171fb2b1391ffeca8643a13843 (diff) | |
download | cpython-b919d8105c4d77f00509b6d3ab2073f09db640de.zip cpython-b919d8105c4d77f00509b6d3ab2073f09db640de.tar.gz cpython-b919d8105c4d77f00509b6d3ab2073f09db640de.tar.bz2 |
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.
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions