-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCompiler.has_function: Do not fail if self.outputdir is set #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't the other os.remove
calls also affected?
No, they are using the result of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright then. This looks okay to me, but I would like @jaraco to have a look, as I am not too familiar with this part of the code and don't have time to do an in-depth dive.
Co-authored-by: Filipe Laíns <[email protected]>
Thanks. |
I've discovered this test creates a directory 'scratch' with subdirectories:
Probably the test should clean this up. |
Previously submitted as pypa/setuptools#2860
Fixes #64