Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f7e07840d725f2ebb469129cb5e6574ce61725ef https://github.com/python/cpython/commit/f7e07840d725f2ebb469129cb5e6574ce61725ef Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Lib/test/libregrtest/main.py Log Message: ----------- bpo-30284: Fix regrtest for out of tree build (#1481) Use a build/ directory in the build directory, not in the source directory, since the source directory may be read-only and must not be modified. Fallback on the source directory if the build directory is not available (missing "abs_builddir" sysconfig variable).