• Victor Stinner's avatar
    bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) · 30768958
    Victor Stinner yazdı
    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']
    30768958
test_build_ext.py 19 KB