]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144652: Support Windows exit status in support get_signal_name() (#144653)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Feb 2026 11:15:14 +0000 (12:15 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 11:15:14 +0000 (12:15 +0100)
commitb121dc434748772272514311fe315e009fdfe6e5
tree446adec1544e925c10d87364f3dd2e776a69e2d4
parent73fa6be2fe6c4a17d91413e12ab6af8376767211
gh-144652: Support Windows exit status in support get_signal_name() (#144653)

Format Windows exit status as hexadecimal.
Lib/test/support/__init__.py
Lib/test/test_support.py