mirror of
https://github.com/python/cpython.git
synced 2026-07-26 11:52:27 -04:00
315877dc36
Standard streams like sys.stdout now use the "surrogateescape" error handler, instead of "strict", on the POSIX locale (when the C locale is not coerced and the UTF-8 Mode is disabled). Add tests on sys.stdout.errors with LC_ALL=POSIX.
Miscellaneous source files for the main Python shared library