Victor Stinner
3076895849
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']
2017-05-02 15:50:42 +02:00
..
2016-12-18 05:37:21 +00:00
2016-11-17 09:00:19 +01:00
2017-05-02 15:50:42 +02:00
2016-08-31 11:39:35 -04:00
2016-02-11 13:10:36 +02:00
2016-10-04 20:54:44 +03:00
2016-04-24 21:41:02 +03:00
2016-11-17 09:00:19 +01:00
2016-08-03 18:49:46 -04:00
2015-11-12 19:47:38 +02:00
2016-04-24 21:41:02 +03:00
2016-04-24 21:41:02 +03:00
2015-11-12 19:46:23 +02:00
2016-04-24 21:41:02 +03:00
2016-09-11 12:50:02 +03:00
2016-04-24 21:41:02 +03:00
2016-04-24 21:41:02 +03:00
2016-08-31 11:39:35 -04:00
2016-11-17 09:00:19 +01:00
2015-11-12 13:15:41 +02:00
2016-09-07 12:03:06 +00:00
2016-06-17 09:32:38 -07:00
2016-06-24 08:48:27 +03:00
2016-06-24 08:48:27 +03:00
2016-07-22 12:15:29 +02:00
2016-11-17 09:00:19 +01:00
2016-05-26 06:03:19 +00:00
2016-08-03 18:49:19 -04:00