]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151757: Skip curses variation-selector test on older macOS (GH-153344)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jul 2026 06:28:32 +0000 (09:28 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2026 06:28:32 +0000 (09:28 +0300)
commitf3fd9dc8d633a776439128fcc8de2b191fd94906
treec3913a291de293328773ca5bec3ffc586d379857
parentd6855c8ad00ffa2bee318b510d0e90573dddbbab
gh-151757: Skip curses variation-selector test on older macOS (GH-153344)

Older macOS reports a variation selector as a spacing character (wcwidth()
returns 1) instead of a zero-width combining mark, so curses cannot put it in
the same cell as its base.

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