Skip to content

bpo-41882: Clean up after CCompiler.has_function()#32

Merged
jaraco merged 1 commit intopypa:mainfrom
termim:main
Apr 24, 2021
Merged

bpo-41882: Clean up after CCompiler.has_function()#32
jaraco merged 1 commit intopypa:mainfrom
termim:main

Conversation

@termim
Copy link
Copy Markdown
Contributor

@termim termim commented Mar 7, 2021

CCompiler.has_function() does not delete temporary files. Depending on the
check result it leaves temporary C source, object and executable files.
This PR fixes that.

https://bugs.python.org/issue41882
Closes #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CCompiler.has_function() does not delete temporary files (bpo-41882)

2 participants