diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-11 03:27:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 03:27:37 (GMT) |
commit | 0c139b5f2fb9c8a9e6df58e5da9d4a992d17926d (patch) | |
tree | 5c2b98a0be28e67c2202b2a3daa11fbb7c776aee /Python/tracemalloc.c | |
parent | 0b6b05391bcc5893d2b71032cb704995696ecd0b (diff) | |
download | cpython-0c139b5f2fb9c8a9e6df58e5da9d4a992d17926d.zip cpython-0c139b5f2fb9c8a9e6df58e5da9d4a992d17926d.tar.gz cpython-0c139b5f2fb9c8a9e6df58e5da9d4a992d17926d.tar.bz2 |
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
* Rename runtest_mp.py to run_workers.py
* Move exit_timeout() and temp_cwd() context managers from
Regrtest.main() to Regrtest.run_tests(). Actions like --list-tests
or --list-cases don't need these protections.
* Regrtest: remove selected and tests attributes. Pass 'selected' to
list_tests(), list_cases() and run_tests(). display_result() now
expects a TestTuple, instead of TestList.
* Rename setup_tests() to setup_process() and rename setup_support()
to setup_tests().
* Move _adjust_resource_limits() to utils and rename it to
adjust_rlimit_nofile().
* Move replace_stdout() to utils.
* Fix RunTests.verbose type: it's an int.
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions