Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds