diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-04 16:10:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 16:10:09 (GMT) |
commit | 0f7f67660653517a5b3ed93e4b658583ff4cd355 (patch) | |
tree | d5fd7d2e4985bfef9a65522199c05818988bea03 /Python/pythonrun.c | |
parent | e1b02ff58883c68d3a5e549aa33c6dd94f915bd6 (diff) | |
download | cpython-0f7f67660653517a5b3ed93e4b658583ff4cd355.zip cpython-0f7f67660653517a5b3ed93e4b658583ff4cd355.tar.gz cpython-0f7f67660653517a5b3ed93e4b658583ff4cd355.tar.bz2 |
test_distutils: test_build_ext uses EnvironGuard (#1458)
Use EnvironGuard on BuildExtTestCase to save/restore os.environ, to fix the
following warning:
Warning -- os.environ was modified by test_distutils
MSVCCompiler.initialize() of distutils.msvc9compiler modifies
os.environ.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions