]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131878: Fix input of unicode characters with two or more code points in new pyrepl...
authorSergey Miryanov <sergey.miryanov@gmail.com>
Mon, 5 May 2025 16:25:00 +0000 (09:25 -0700)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 16:25:00 +0000 (18:25 +0200)
commit0c5151bc81ec8e8588bef4389df12a9ab50e9fa0
treeae41e635dbdbd547938b47a0938ae8050708480a
parentd6078ed6d0cb8745460769bbb5dd2392c91c2f55
gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
Lib/_pyrepl/base_eventqueue.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_eventqueue.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-30-19-49-00.gh-issue-131878.J8_cHB.rst [new file with mode: 0644]