Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154 https://github.com/python/cpython/commit/92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月02日 (2017年5月02日) Changed paths: M Lib/distutils/tests/test_build_ext.py Log Message: ----------- bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) 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(). Move also tearDown() just after setUp().