]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Apr 2017 00:11:09 +0000 (02:11 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2017 00:11:09 +0000 (02:11 +0200)
commitf6448e5d65c349576df6e83b8324b9c208e77615
treebc46bfb34a8e78ba9017d637d4ec3a8c39b0fe08
parent0d659e5614cad512a1940125135b443b3eecb5d7
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)

test_build_ext() of test_distutils now uses support.temp_cwd() to
prevent the creation of a pdb file in the current working directory
on Windows.
Lib/distutils/tests/test_build_ext.py