mirror of
https://github.com/python/cpython.git
synced 2026-08-08 17:31:09 +08:00
On Windows, PyOS_StdioReadline() now gets PyConfig.legacy_windows_stdio from _PyOS_ReadlineTState, rather than using the deprecated global Py_LegacyWindowsStdioFlag variable. Fix also a compiler warning in Py_SetStandardStreamEncoding().
Miscellaneous source files for the main Python shared library