Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_gc.py76 BUILD_WITH_NDEBUG = ('-DNDEBUG' in sysconfig.get_config_vars()['PY_CFLAGS']) variable
81 BUILD_WITH_NDEBUG = (not hasattr(sys, 'gettotalrefcount')) variable