From: R. David Murray Date: Mon, 20 Dec 2010 18:10:51 +0000 (+0000) Subject: Blocked revisions 87408 via svnmerge X-Git-Tag: v3.2.1b1~347^2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2085bdf8638e20cd0d734ecc3559140e16700d;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 87408 via svnmerge ........ r87408 | r.david.murray | 2010-12-20 13:08:59 -0500 (Mon, 20 Dec 2010) | 8 lines Make test_compileall more robust by using -S to keep sys.path minimized. Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo install because it was tyring to write .pyc files to a read-only system directory during test_no_args_compiles_path. Having subprocess call python with -S should eliminate the system directories from the path. ........ ---