]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144652: Support Windows exit status in support get_signal_name() (GH-144653...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Feb 2026 11:42:26 +0000 (12:42 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 11:42:26 +0000 (11:42 +0000)
commitcaab302332988a93437388087ed2a793aaeb4f05
tree6ddd6d9e0f4a54787bb634f300ff346c4e1449cb
parent2abaf1291769a0395d9f01ee9f9041fd64cb9531
[3.14] gh-144652: Support Windows exit status in support get_signal_name() (GH-144653) (#144658)

gh-144652: Support Windows exit status in support get_signal_name() (GH-144653)

Format Windows exit status as hexadecimal.
(cherry picked from commit b121dc434748772272514311fe315e009fdfe6e5)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/support/__init__.py
Lib/test/test_support.py