]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152260: Fix flaky curses test_scr_dump on macOS (GH-152390)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 Jun 2026 11:59:53 +0000 (14:59 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 11:59:53 +0000 (11:59 +0000)
commit3fa72d5c2e8188b5aca45e0c50349f9bdfda245f
tree8063d864772885fca12b8e2b1dfa3e9a76a0b684
parent4fd69ef97a67fc935e0d4f30662f2a1985ba6be9
gh-152260: Fix flaky curses test_scr_dump on macOS (GH-152390)

The screen dump embeds raw pointers that change after scr_restore(),
so comparing dump bytes is unreliable.  Test the round-trip functionally
instead.

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