Skip to content

bpo-11063: Handle uuid.h being in default include path #4565

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

Merged
merged 1 commit into from
Nov 26, 2017

Conversation

ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented Nov 26, 2017

find_file() returns an empty list if it finds the requested
header on the standard include path, so header existence
checks need to be explicitly against "is not None".

https://bugs.python.org/issue11063

find_file() returns an empty list if it finds the requested
header on the standard include path, so header existence
checks need to be explicitly against "is not None".
@ncoghlan ncoghlan merged commit 53efbf3 into python:master Nov 26, 2017
@ncoghlan ncoghlan deleted the bpo-11063-fix-uuid-header-check branch March 30, 2018 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants