X Tutup
The Wayback Machine - https://web.archive.org/web/20260224005557/https://github.com/python/cpython/pull/1278
Skip to content

Comments

bpo-30132: distutils test_build_ext() uses temp_cwd()#1278

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:distutils_temp_cwd
Apr 25, 2017
Merged

bpo-30132: distutils test_build_ext() uses temp_cwd()#1278
vstinner merged 1 commit intopython:masterfrom
vstinner:distutils_temp_cwd

Conversation

@vstinner
Copy link
Member

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.

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.
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ezio-melotti, @merwok and @birkenfeld to be potential reviewers.

@vstinner vstinner added tests Tests in the Lib/test dir OS-windows labels Apr 24, 2017
@vstinner vstinner merged commit f6448e5 into python:master Apr 25, 2017
@vstinner vstinner deleted the distutils_temp_cwd branch April 25, 2017 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OS-windows tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup