-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Test test_embed
fails on Windows 11, Python 3.13.0a0
#106659
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
Comments
The test doesn't override |
Use config.legacy_windows_stdio=1 to avoid _io._WindowsConsoleIO.
The removed /* Overriding the stream encoding implies legacy streams */
Py_LegacyWindowsStdioFlag = 1; I missed that in my change. My PR fix it. |
Use config.legacy_windows_stdio=1 to avoid _io._WindowsConsoleIO.
It should now be fixed. Thanks for your bug report! Thanks @Eclips4 for your review on my PR. |
Bug report
The test
test_embed
fails on my Windows machine, using master branch (commit d0972c7).Full output -
Your environment
Linked PRs
The text was updated successfully, but these errors were encountered: