Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_gc.py75 BUILD_WITH_NDEBUG = ('-DNDEBUG' in sysconfig.get_config_vars()['PY_CFLAGS']) variable
80 BUILD_WITH_NDEBUG = (not hasattr(sys, 'gettotalrefcount')) variable
1164 @unittest.skipIf(BUILD_WITH_NDEBUG,