Home
last modified time | relevance | path

Searched refs:Py_DEBUG (Results 1 – 25 of 95) sorted by relevance

1234

/external/python/cpython3/Python/
Dpyarena.c65 #if defined(Py_DEBUG)
146 #if defined(Py_DEBUG) in PyArena_New()
160 #if defined(Py_DEBUG) in PyArena_Free()
185 #if defined(Py_DEBUG) in PyArena_Malloc()
192 #if defined(Py_DEBUG) in PyArena_Malloc()
Dhamt.c357 #ifdef Py_DEBUG
373 #ifdef Py_DEBUG
463 #ifdef Py_DEBUG
1047 #ifdef Py_DEBUG in hamt_node_bitmap_without()
1190 #ifdef Py_DEBUG
1598 #ifdef Py_DEBUG
1897 #ifdef Py_DEBUG in hamt_node_array_without()
1980 #ifdef Py_DEBUG
2127 #ifdef Py_DEBUG
2186 #ifdef Py_DEBUG in hamt_iterator_bitmap_next()
[all …]
Dthread.c47 #ifdef Py_DEBUG
63 #ifdef Py_DEBUG in PyThread_init_thread()
Dpystrhex.c42 #ifdef Py_DEBUG in _Py_strhex_impl()
/external/python/cpython2/Python/
Dpyarena.c68 #if defined(Py_DEBUG)
149 #if defined(Py_DEBUG) in PyArena_New()
163 #if defined(Py_DEBUG) in PyArena_Free()
188 #if defined(Py_DEBUG) in PyArena_Malloc()
195 #if defined(Py_DEBUG) in PyArena_Malloc()
Dthread.c68 #ifdef Py_DEBUG
84 #ifdef Py_DEBUG in PyThread_init_thread()
/external/python/cpython3/Lib/test/
Dtest_cmd_line.py19 Py_DEBUG = hasattr(sys, "gettotalrefcount") variable
107 if Py_DEBUG:
553 if Py_DEBUG:
624 if not Py_DEBUG:
662 default_name = 'pymalloc_debug' if Py_DEBUG else 'pymalloc'
665 default_name = 'malloc_debug' if Py_DEBUG else 'malloc'
Dtest_capi.py28 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
182 if Py_DEBUG:
209 if Py_DEBUG:
521 @unittest.skipUnless(Py_DEBUG, 'need Py_DEBUG')
Dtest_regrtest.py24 Py_DEBUG = hasattr(sys, 'getobjects') variable
624 if not Py_DEBUG:
637 if Py_DEBUG:
857 @unittest.skipUnless(Py_DEBUG, 'need a debug build')
871 @unittest.skipUnless(Py_DEBUG, 'need a debug build')
Dpythoninfo.py127 Py_DEBUG = hasattr(sys, 'gettotalrefcount')
128 if Py_DEBUG:
/external/python/cpython3/Parser/
Dparser.c17 #ifdef Py_DEBUG
52 #ifdef Py_DEBUG
336 #ifdef Py_DEBUG
/external/python/cpython2/Parser/
Dparser.c17 #ifdef Py_DEBUG
52 #ifdef Py_DEBUG
325 #ifdef Py_DEBUG
/external/python/cpython2/Lib/test/
Dtest_regrtest.py24 Py_DEBUG = hasattr(sys, 'getobjects') variable
307 if not Py_DEBUG:
322 if Py_DEBUG:
513 @unittest.skipUnless(Py_DEBUG, 'need a debug build')
532 @unittest.skipUnless(Py_DEBUG, 'need a debug build')
Dpythoninfo.py127 Py_DEBUG = hasattr(sys, 'gettotalrefcount')
128 if Py_DEBUG:
/external/python/cpython3/Include/
DPython.h80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
Dasdl.h34 #ifdef Py_DEBUG
Dpyhash.h80 #ifdef Py_DEBUG
/external/python/cpython2/Include/
Dasdl.h35 #ifdef Py_DEBUG
DPython.h74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
Dpystate.h129 #ifdef Py_DEBUG
/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.h19 # ifdef Py_DEBUG
/external/python/cpython2/PC/os2emx/
Dpyconfig.h25 #ifndef Py_DEBUG
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h25 # ifdef Py_DEBUG
/external/python/cpython3/Objects/
Dobject.c67 #ifdef Py_DEBUG in _Py_AddToAllObjects()
499 #ifdef Py_DEBUG in PyObject_Repr()
521 #ifndef Py_DEBUG in PyObject_Repr()
543 #ifndef Py_DEBUG in PyObject_Str()
553 #ifdef Py_DEBUG in PyObject_Str()
575 #ifndef Py_DEBUG in PyObject_Str()
/external/python/cpython3/PC/
Dpyconfig.h318 # define Py_DEBUG macro

1234