Home
last modified time | relevance | path

Searched refs:has_ShellExecute (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c12660 static int has_ShellExecute = -1; variable
12669 if (-1 == has_ShellExecute) { in check_ShellExecute()
12679 has_ShellExecute = Py_ShellExecuteW != NULL; in check_ShellExecute()
12681 has_ShellExecute = 0; in check_ShellExecute()
12685 return has_ShellExecute; in check_ShellExecute()

Completed in 16 milliseconds