]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge: Make regrtest complain when -M and -j are used together.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 27 Aug 2011 13:24:23 +0000 (15:24 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 27 Aug 2011 13:24:23 +0000 (15:24 +0200)
-j doesn't pass the memlimit on to child processes, so this doesn't work at
present, and even if it did, running multiple bigmem tests at once would
usually not be desirable (since you generally want to devote as much of the
available RAM as possible to each test).

1  2 
Lib/test/regrtest.py

Simple merge