]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Jan 2023 19:52:50 +0000 (11:52 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 19:52:50 +0000 (11:52 -0800)
commit3ef9f6b508a8524f385cdc9fdd4b4afca0eac59b
tree6650d396cd1cb6913a653a0254fc0830cccd16bb
parent5e52778b1a2a86fe89578b957b1898d165a350fe
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)

Don't send partial UTF-8 sequences to the Windows API
(cherry picked from commit f34176b77f222726d901595968a4b44456186da4)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Misc/NEWS.d/next/Windows/2023-01-17-18-17-58.gh-issue-82052.mWyysT.rst [new file with mode: 0644]
Modules/_io/winconsoleio.c