Searched refs:Py_DEBUG (Results 1 – 25 of 104) sorted by relevance
12345
/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/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 | thread.c | 49 #ifdef Py_DEBUG 65 #ifdef Py_DEBUG in PyThread_init_thread()
|
D | hamt.c | 357 #ifdef Py_DEBUG 373 #ifdef Py_DEBUG 464 #ifdef Py_DEBUG 1048 #ifdef Py_DEBUG in hamt_node_bitmap_without() 1191 #ifdef Py_DEBUG 1599 #ifdef Py_DEBUG 1898 #ifdef Py_DEBUG in hamt_node_array_without() 1981 #ifdef Py_DEBUG 2128 #ifdef Py_DEBUG 2187 #ifdef Py_DEBUG in hamt_iterator_bitmap_next() [all …]
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 33 Py_DEBUG implies Py_REF_DEBUG. 141 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC. Py_DEBUG implies 155 Py_DEBUG 160 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, and PYMALLOC_DEBUG (if 163 "#ifdef Py_DEBUG" blocks. 179 Py_DEBUG implies LLTRACE.
|
/external/python/cpython3/Include/ |
D | Python.h | 78 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
|
D | asdl.h | 33 #ifdef Py_DEBUG
|
D | pyhash.h | 82 #ifdef Py_DEBUG
|
D | pymacro.h | 115 #elif defined(Py_DEBUG)
|
D | object.h | 56 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG) 61 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
|
/external/python/cpython2/Parser/ |
D | parser.c | 17 #ifdef Py_DEBUG 52 #ifdef Py_DEBUG 325 #ifdef Py_DEBUG
|
/external/python/cpython3/Parser/ |
D | parser.c | 17 #ifdef Py_DEBUG 52 #ifdef Py_DEBUG 352 #ifdef Py_DEBUG
|
/external/python/cpython3/Lib/test/ |
D | test_cmd_line.py | 19 Py_DEBUG = hasattr(sys, "gettotalrefcount") variable 111 if Py_DEBUG: 602 if Py_DEBUG: 673 if not Py_DEBUG: 711 default_name = 'pymalloc_debug' if Py_DEBUG else 'pymalloc' 714 default_name = 'malloc_debug' if Py_DEBUG else 'malloc'
|
D | test_capi.py | 32 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable 198 if Py_DEBUG: 227 if Py_DEBUG: 810 @unittest.skipUnless(Py_DEBUG, 'need 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/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/internal/ |
D | pycore_pystate.h | 102 #ifdef Py_DEBUG in _PyInterpreterState_GET()
|
/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 | 100 #ifdef Py_DEBUG in _Py_AddToAllObjects() 407 #ifdef Py_DEBUG in PyObject_Repr() 433 #ifndef Py_DEBUG in PyObject_Repr() 456 #ifndef Py_DEBUG in PyObject_Str() 467 #ifdef Py_DEBUG in PyObject_Str() 492 #ifndef Py_DEBUG in PyObject_Str()
|
12345