]> granicus.if.org Git - python/commit
bpo-11063: Handle uuid.h being in default include path (GH-4565)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 26 Nov 2017 03:04:46 +0000 (13:04 +1000)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2017 03:04:46 +0000 (13:04 +1000)
commit53efbf3977a44e382397e7994a2524b4f8c9d053
tree297668721852046e6948233328987d953f3d2114
parentcef88b9c15cf387cf6a39a387a6868883409df4f
bpo-11063: Handle uuid.h being in default include path (GH-4565)

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".
setup.py