]> granicus.if.org Git - python/commit
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
authorVictor Stinner <vstinner@redhat.com>
Wed, 3 Jul 2019 09:12:27 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2019 09:12:27 +0000 (11:12 +0200)
commit74c9dd57771f4f061ee83b069c8e7b37de41246b
tree242a627f7b7bf36fd594c7f10b546b0a1f8de51a
parent684cb47fffb7af3ac50cb077f6d2a095c9ce20b4
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)

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.
Lib/distutils/tests/support.py
Lib/distutils/tests/test_build_ext.py
Misc/NEWS.d/next/Tests/2019-07-03-00-05-28.bpo-37421.ORGRSG.rst [new file with mode: 0644]