]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151693: Make the curses tests portable to other curses implementations...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 12:07:24 +0000 (15:07 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 12:07:24 +0000 (12:07 +0000)
commitcc7043de99aaa9d68dec5afdb03520abb330ca6c
tree97d2ba38f3143e0b2147e8309a9a491e35a42617
parent92bd69674eb9a9f4011b22cdc24646e68e3a899b
[3.13] gh-151693: Make the curses tests portable to other curses implementations (GH-151729) (GH-151730)

Guard the chgat() check (chgat() needs wchgat()) and stop assuming a
subpad shares the parent pad's cells (implementation-defined in X/Open).
(cherry picked from commit 64fab74bd7288bfa67cd7727452febdaafed4270)

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