Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 20, 2022
Merged

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

merged 1 commit into from
Jun 20, 2022

Commits on Jun 20, 2022

  1. gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio

    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().
    vstinner committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    3997a7c View commit details
    Browse the repository at this point in the history