bpo-30284: Fix regrtest for out of tree build by vstinner · Pull Request #1481 · python/cpython

@vstinner added type-bug

An unexpected behavior, bug, or error

tests

Tests in the Lib/test dir

labels

May 5, 2017

@vstinner

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).

vstinner added a commit that referenced this pull request

Jun 16, 2017

@vstinner