SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024)

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().
V
Victor Stinner committed
cfb986a1a239f1a00af745a53235b8473b1bd54a
Parent: 7ad6f74
Committed by GitHub <noreply@github.com> on 6/20/2022, 2:10:47 PM