Searched refs:Py_DEBUG (Results 1 – 25 of 95) sorted by relevance
1234
/external/python/cpython3/Python/ |
D | pyarena.c | 65 #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()
|
D | hamt.c | 357 #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 …]
|
D | thread.c | 47 #ifdef Py_DEBUG 63 #ifdef Py_DEBUG in PyThread_init_thread()
|
D | pystrhex.c | 42 #ifdef Py_DEBUG in _Py_strhex_impl()
|
/external/python/cpython2/Python/ |
D | pyarena.c | 68 #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()
|
D | thread.c | 68 #ifdef Py_DEBUG 84 #ifdef Py_DEBUG in PyThread_init_thread()
|
/external/python/cpython3/Lib/test/ |
D | test_cmd_line.py | 19 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'
|
D | test_capi.py | 28 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable 182 if Py_DEBUG: 209 if Py_DEBUG: 521 @unittest.skipUnless(Py_DEBUG, 'need Py_DEBUG')
|
D | test_regrtest.py | 24 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')
|
D | pythoninfo.py | 127 Py_DEBUG = hasattr(sys, 'gettotalrefcount') 128 if Py_DEBUG:
|
/external/python/cpython3/Parser/ |
D | parser.c | 17 #ifdef Py_DEBUG 52 #ifdef Py_DEBUG 336 #ifdef Py_DEBUG
|
/external/python/cpython2/Parser/ |
D | parser.c | 17 #ifdef Py_DEBUG 52 #ifdef Py_DEBUG 325 #ifdef Py_DEBUG
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 24 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')
|
D | pythoninfo.py | 127 Py_DEBUG = hasattr(sys, 'gettotalrefcount') 128 if Py_DEBUG:
|
/external/python/cpython3/Include/ |
D | Python.h | 80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
|
D | asdl.h | 34 #ifdef Py_DEBUG
|
D | pyhash.h | 80 #ifdef Py_DEBUG
|
/external/python/cpython2/Include/ |
D | asdl.h | 35 #ifdef Py_DEBUG
|
D | Python.h | 74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
|
D | pystate.h | 129 #ifdef Py_DEBUG
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | multiprocessing.h | 19 # ifdef Py_DEBUG
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 25 #ifndef Py_DEBUG
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 25 # ifdef Py_DEBUG
|
/external/python/cpython3/Objects/ |
D | object.c | 67 #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/ |
D | pyconfig.h | 318 # define Py_DEBUG macro
|
1234