mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
4ffde90dcc
If the string is ASCII only and doesn't need to escape characters,
write the whole string with a single write() syscall.
(cherry picked from commit b919d8105c)
Co-authored-by: Victor Stinner <vstinner@python.org>
Miscellaneous source files for the main Python shared library