mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
* regrtest now uses subprocesses when the -j1 command line option is used: each test file runs in a fresh child process. Before, the -j1 option was ignored. * Tools/buildbot/test.bat script now uses -j1 by default to run each test file in fresh child process.