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-95027: Fix regrtest stdout encoding on Windows #98492

Merged
merged 1 commit into from
Oct 21, 2022
Merged

gh-95027: Fix regrtest stdout encoding on Windows #98492

merged 1 commit into from
Oct 21, 2022

Commits on Oct 20, 2022

  1. gh-95027: Fix regrtest stdout encoding on Windows

    On Windows, when the Python test suite is run with the -jN option,
    the ANSI code page is now used as the encoding for the stdout
    temporary file, rather than using UTF-8 which can lead to decoding
    errors.
    vstinner committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7addb33 View commit details
    Browse the repository at this point in the history