]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move get_signal_name() to test.support (#121251)
authorVictor Stinner <vstinner@python.org>
Tue, 2 Jul 2024 08:34:13 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2024 08:34:13 +0000 (10:34 +0200)
commit7435f053b4a54372a2c43dee7a15c4b973f09209
treec6cbc234f02555bfb676c2e9e8e16c0e7d3a4c64
parentbfe0e4d7696647a546110328510bdb98146ad2f2
Move get_signal_name() to test.support (#121251)

* Move get_signal_name() from test.libregrtest to test.support.
* Use get_signal_name() in support.script_helper.
* support.script_helper now decodes stdout and stderr from UTF-8,
  instead of ASCII, if a command failed.
Lib/test/libregrtest/run_workers.py
Lib/test/libregrtest/utils.py
Lib/test/support/__init__.py
Lib/test/support/script_helper.py
Lib/test/test_regrtest.py
Lib/test/test_support.py