mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
b919d8105c
If the string is ASCII only and doesn't need to escape characters, write the whole string with a single write() syscall.
Miscellaneous source files for the main Python shared library