Home
last modified time | relevance | path

Searched refs:missing_compiler_executable (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_build_clib.py6 from test.support import run_unittest, missing_compiler_executable
120 ccmd = missing_compiler_executable()
Dtest_config_cmd.py5 from test.support import run_unittest, missing_compiler_executable
42 cmd = missing_compiler_executable(['preprocessor'])
Dtest_build_ext.py56 cmd = support.missing_compiler_executable()
332 cmd = support.missing_compiler_executable()
Dtest_install.py201 cmd = test_support.missing_compiler_executable()
/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_c_parser.py72 cmd = support.missing_compiler_executable()
/external/python/cpython3/Lib/test/support/
D__init__.py2727 def missing_compiler_executable(cmd_names=[]): function
/external/python/cpython3/Doc/library/
Dtest.rst1255 .. function:: missing_compiler_executable(cmd_names=[])
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2897 Adjust test.support.missing_compiler_executable check so that a nominal