]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131878: Fix input of unicode characters with two or more code points in...
authorŁukasz Langa <lukasz@langa.pl>
Mon, 5 May 2025 21:08:09 +0000 (23:08 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 21:08:09 +0000 (23:08 +0200)
commit891232f3386dd8b20a216a473954c1b01cede7ec
treeb8cc153b4fd80ec7e1cc2339f7b105a03e5fb20c
parent76f52c434c6b074e6996cbb28fdd7f1e804b39ac
[3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468)

(cherry picked from commit 0c5151bc81ec8e8588bef4389df12a9ab50e9fa0)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
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]