]> granicus.if.org Git - python/commit
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1625)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 May 2017 00:58:02 +0000 (17:58 -0700)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 00:58:02 +0000 (17:58 -0700)
commit460945f22acd288e660b432b288d9d81655572bf
tree4949029e3a8262a11302a078b588567c11ae54bb
parent6b5b85aecf4db796a05582202a6c875b36eae516
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1625)

compiled out-of-tree (builddir != srcdir). (see also bpo-15366)
(cherry picked from commit dbdea629e2e0e4bd8845aa55041e0a0ca4172cf3)
Lib/distutils/sysconfig.py