]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152260: Fix test_scr_dump() on macOS (GH-152340)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 26 Jun 2026 22:45:30 +0000 (01:45 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 22:45:30 +0000 (01:45 +0300)
commit1d6d33c33f9a7df675e83d4d2ae82997188461e8
treef904c156a9ca9342c8d6ca191847bf3025a95bc8
parentbbf7786a904e558a15d01475356167e29b2e3708
gh-152260: Fix test_scr_dump() on macOS (GH-152340)

The dump format embeds raw pointers on some platforms, so two dumps of the
same screen are not always byte-identical.  Only compare dump files when
the format proves deterministic.

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