Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_faulthandler.py23 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable
26 '-fsanitize=undefined' in _cflags or
30 '-fsanitize=memory' in _cflags or
Dtest_io.py63 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable
66 '-fsanitize=memory' in _cflags or