mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
e5f10a7414
This adds a new command line argument, `--parallel-threads` to the regression test runner to allow it to run individual tests in multiple threads in parallel in order to find multithreading bugs. Some tests pass when run with `--parallel-threads`, but there's still more work before the entire suite passes.