mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
92fd6c9ef5
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().