mirror of
https://github.com/python/cpython.git
synced 2026-06-11 05:39:01 -04:00
56e05dd0b0
Move the code to run tests in multiple processes using threading and subprocess to a new submodule. Move also slave_runner() (renamed to run_tests_slave()) and run_test_in_subprocess() (renamed to run_tests_in_subprocess()) there.