]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151881: Skip tk_inactive negativity check on Windows (GH-152683)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Jun 2026 14:25:42 +0000 (17:25 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 14:25:42 +0000 (14:25 +0000)
commit2303eea150602874d55d965eb3f83d6e80649118
treec036e436f436521a94f483f56d0bff425c0f7484
parent38df9976cccd3358047dba79e73725d1e5ae5a6b
gh-151881: Skip tk_inactive negativity check on Windows (GH-152683)

On Windows the inactivity time can overflow to a negative value
(Tk ticket 3cb7c4ac72d4).

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