]> 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:53:45 +0000 (11:53 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 19:53:45 +0000 (11:53 -0800)
commit940763140f7519a125229782ca7a095af01edda4
treec7d69b2800b138eb628952cc733e97678296f869
parent9345eea2568bc590e1c2d4c418e3238ca7948ceb
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