]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152093: Fix test_tk_caret() on macOS (GH-152115)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Jun 2026 21:36:57 +0000 (00:36 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 21:36:57 +0000 (00:36 +0300)
commitb41dc4ac6354dd563258a9766325496c3b2e82e1
tree5618e45c30fbbde0c26544272ee1481adbe16ed9
parent1d55b3778c1c31549c5f914fcc451db4a3dcc501
gh-152093: Fix test_tk_caret() on macOS (GH-152115)

macOS records the caret only for the key window, so the query reads back
zeros instead of the values set in the test.

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