]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Aug 2023 11:56:56 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 11:56:56 +0000 (11:56 +0000)
commite35c722d22cae605b485e75a69238dc44aab4c96
tree3af27804a91265d2b76ff1ba3d24c19fe5247d5c
parent57a20b0960f5c087a476b34c72f608580746cab5
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)

Use config.legacy_windows_stdio=1 to avoid _io._WindowsConsoleIO.
Doc/whatsnew/3.13.rst
Programs/_testembed.c