Home
last modified time | relevance | path

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

12345

/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/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()
Dthread.c49 #ifdef Py_DEBUG
65 #ifdef Py_DEBUG in PyThread_init_thread()
Dhamt.c357 #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/
DSpecialBuilds.txt33 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/
DPython.h78 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
Dasdl.h33 #ifdef Py_DEBUG
Dpyhash.h82 #ifdef Py_DEBUG
Dpymacro.h115 #elif defined(Py_DEBUG)
Dobject.h56 #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/
Dparser.c17 #ifdef Py_DEBUG
52 #ifdef Py_DEBUG
325 #ifdef Py_DEBUG
/external/python/cpython3/Parser/
Dparser.c17 #ifdef Py_DEBUG
52 #ifdef Py_DEBUG
352 #ifdef Py_DEBUG
/external/python/cpython3/Lib/test/
Dtest_cmd_line.py19 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'
Dtest_capi.py32 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/
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/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/internal/
Dpycore_pystate.h102 #ifdef Py_DEBUG in _PyInterpreterState_GET()
/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.c100 #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