Files
cpython/Lib
Serhiy Storchaka 64fab74bd7 gh-151693: Make the curses tests portable to other curses implementations (GH-151729)
Make the curses tests portable to other curses implementations

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

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 11:32:02 +00:00
..