Home
last modified time | relevance | path

Searched refs:compiler_py_flags_nodist (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py22 def get_extra_flags(compiler_flags: str, compiler_py_flags_nodist: str) -> List[str]:
24 py_flags_nodist = sysconfig.get_config_var(compiler_py_flags_nodist)
/aosp_15_r20/external/python/cpython3/
Dsetup.py134 def set_compiler_flags(compiler_flags, compiler_py_flags_nodist): argument
136 py_flags_nodist = sysconfig.get_config_var(compiler_py_flags_nodist)