]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133031: Fix test_textbox_unicode on a narrow build (GH-152750)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Jul 2026 08:43:19 +0000 (11:43 +0300)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 08:43:19 +0000 (08:43 +0000)
commit711e81181e1a2e2f74ad75acdb8e184ea44e1fb9
tree87fb15cb80404fcec5485178e15dc5d3b6cbc195
parent564c58c718bc3de9cf3d9bc20cdc06317411c1cd
gh-133031: Fix test_textbox_unicode on a narrow build (GH-152750)

A narrow build stores one byte per cell, so skip the multi-byte cases there,
as already done for test_textbox_edit_wide.

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