]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152263: Fix test_set_wide for locales with wide characters (GH-154583)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Jul 2026 07:58:42 +0000 (10:58 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 07:58:42 +0000 (07:58 +0000)
commiteef23498751fff48f15c70975b415161491621a3
tree636756dc2a04284832782350bbbdcf29c6da1176
parent6e983938834a8b6c7043369b3c5de2b5d2084ea4
gh-152263: Fix test_set_wide for locales with wide characters (GH-154583)

The soft label can be truncated to fit the soft label width, e.g. in the
EUC-JP locale, where "Å" and "ö" are double-width JIS X 0212 characters.

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