Skip to content

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

Merged
ncoghlan merged 1 commit intopython:masterfrom
ncoghlan:bpo-11063-fix-uuid-header-check
Nov 26, 2017
Merged

bpo-11063: Handle uuid.h being in default include path#4565
ncoghlan merged 1 commit intopython:masterfrom
ncoghlan:bpo-11063-fix-uuid-header-check

Conversation

@ncoghlan
Copy link
Copy Markdown
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