diff -r f24cd8bc5250 Modules/_scproxy.c --- a/Modules/_scproxy.c Thu Jun 04 21:58:16 2015 +1000 +++ b/Modules/_scproxy.c Thu Jun 04 21:22:07 2015 +0700 @@ -71,7 +71,7 @@ result = PyDict_New(); if (result == NULL) goto error; - if (&kSCPropNetProxiesExcludeSimpleHostnames != NULL) { + if (kSCPropNetProxiesExcludeSimpleHostnames != NULL) { aNum = CFDictionaryGetValue(proxyDict, kSCPropNetProxiesExcludeSimpleHostnames); if (aNum == NULL) {