mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
74c9dd5777
test_distutils.test_build_ext() is now able to remove the temporary
directory on Windows: don't import the newly built C extension ("xx")
in the current process, but test it in a separated process.