diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-02 13:50:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 13:50:42 (GMT) |
commit | 30768958490c658fba0fe24f1cabbdad44be22ff (patch) | |
tree | 27516027f8fdf248e969dd65e02a13d9f850a2d4 /configure | |
parent | 33a5d40de997fff5b60157c546a3bf711e083bcc (diff) | |
download | cpython-30768958490c658fba0fe24f1cabbdad44be22ff.zip cpython-30768958490c658fba0fe24f1cabbdad44be22ff.tar.gz cpython-30768958490c658fba0fe24f1cabbdad44be22ff.tar.bz2 |
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387)
BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().
Fix the following warning:
Warning -- files was modified by test_distutils
Before: []
After: ['vc140.pdb']
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions