]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
authorPaul Moore <p.f.moore@gmail.com>
Tue, 17 Jan 2023 19:23:06 +0000 (19:23 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 19:23:06 +0000 (19:23 +0000)
commitf34176b77f222726d901595968a4b44456186da4
tree5647a103b654e990894431136d3a3bffae23ad8f
parentc5660ae96f2ab5732c68c301ce9a63009f432d93
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
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