Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_peg_generator/
Dtest_c_parser.py14 _py_cflags_nodist = sysconfig.get_config_var('PY_CFLAGS_NODIST') variable
16 if _pgo_flag and _py_cflags_nodist and _pgo_flag in _py_cflags_nodist: