]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151693: Make the curses tests portable to other curses implementations...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 12:08:22 +0000 (15:08 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 12:08:22 +0000 (12:08 +0000)
commit8fff472ec18973e82d674f4d471903b84026e59f
treea5141ff803ab8aa8f4b5947db7aa1d9b0f626316
parent971fd7089610799de8f28f78d722803877309974
[3.14] gh-151693: Make the curses tests portable to other curses implementations (GH-151729) (GH-151731)

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