]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133031: Fix test_textbox_edit_wide on a narrow build (GH-152592)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 14:00:21 +0000 (17:00 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 14:00:21 +0000 (14:00 +0000)
commitb8cb0555d80bdb7a4d7a858d41402133a4d8ae9a
tree0272e58fe316d1f78b5ab11449453d3850686b3a
parente134a1aa36027fb3c8bd9493028072365b19479b
gh-133031: Fix test_textbox_edit_wide on a narrow build (GH-152592)

unget_wch() can push only a single-byte character on a narrow build,
so skip the multi-byte cases there.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_curses.py