◐ Shell
clean mode source ↗

gh-119727: Add --single-process option to regrtest by vstinner · Pull Request #119728 · python/cpython

Alternative names are --singleprocess and --no-multiprocess, which more accurately describe the effect, but this is up to you.

I think that the implementation can be simplified by reusing the same destination variable. It is more common in such cases.