diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-09 01:03:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 01:03:39 (GMT) |
commit | a56c92875699c2ba92ed49e72f6abbf363a5c537 (patch) | |
tree | 7a4ccaeda7dc1afdee327d18eb19c96480d7db76 /Python/bytecodes.c | |
parent | 489ca0acf00bb87ae63ab9199787843fdec5a0c8 (diff) | |
download | cpython-a56c92875699c2ba92ed49e72f6abbf363a5c537.zip cpython-a56c92875699c2ba92ed49e72f6abbf363a5c537.tar.gz cpython-a56c92875699c2ba92ed49e72f6abbf363a5c537.tar.bz2 |
gh-109162: Refactor libregrtest WorkerJob (#109171)
* Rename --worker-args command line option to --worker-json.
* Rename _parse_worker_args() to _parse_worker_json().
* WorkerJob:
* Add runtests attribute
* Remove test_name and rerun attribute
* Rename run_test_in_subprocess() to create_worker_process().
* Rename run_tests_worker() to worker_process().
* create_worker_process() uses json.dump(): write directly JSON to
stdout.
* Convert MultiprocessResult to a frozen dataclass.
* Rename RunTests.match_tests to RunTests.match_tests_dict.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions