Home
last modified time | relevance | path

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

1234

/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.c65 #ifdef Py_DEBUG
81 #ifdef Py_DEBUG in PyThread_init_thread()
Dthread_sgi.h54 #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.c46 #ifdef Py_DEBUG
62 #ifdef Py_DEBUG in PyThread_init_thread()
Dpystrhex.c42 #ifdef Py_DEBUG in _Py_strhex_impl()
/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
336 #ifdef Py_DEBUG
/external/python/cpython3/Include/
DPython.h58 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
Dasdl.h34 #ifdef Py_DEBUG
Dpyhash.h80 #ifdef Py_DEBUG
/external/python/cpython3/Lib/test/
Dtest_capi.py29 Py_DEBUG = hasattr(sys, 'gettotalrefcount') variable
184 if Py_DEBUG:
211 if Py_DEBUG:
663 @unittest.skipUnless(Py_DEBUG, 'need Py_DEBUG')
Dtest_regrtest.py23 Py_DEBUG = hasattr(sys, 'getobjects') variable
553 if not Py_DEBUG:
564 if Py_DEBUG:
754 @unittest.skipUnless(Py_DEBUG, 'need a debug build')
/external/python/cpython2/Include/
Dasdl.h35 #ifdef Py_DEBUG
DPython.h71 #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/cpython3/Objects/
Dobmalloc.c182 #ifdef Py_DEBUG
190 #ifdef Py_DEBUG
198 #ifdef Py_DEBUG
211 #ifdef Py_DEBUG in _PyMem_SetupAllocators()
2223 #ifdef Py_DEBUG
2316 #ifdef Py_DEBUG in _PyObject_DebugMallocStats()
2325 #ifdef Py_DEBUG in _PyObject_DebugMallocStats()
Dobject.c73 #ifdef Py_DEBUG in _Py_AddToAllObjects()
478 #ifdef Py_DEBUG in PyObject_Repr()
495 #ifndef Py_DEBUG in PyObject_Repr()
517 #ifndef Py_DEBUG in PyObject_Str()
527 #ifdef Py_DEBUG in PyObject_Str()
549 #ifndef Py_DEBUG in PyObject_Str()
Dbytesobject.c648 #ifdef Py_DEBUG in _PyBytes_FormatEx()
962 #ifdef Py_DEBUG in _PyBytes_FormatEx()
1028 #ifdef Py_DEBUG in _PyBytes_FormatEx()
3159 #ifdef Py_DEBUG in _PyBytesWriter_Init()
3200 #ifdef Py_DEBUG in _PyBytesWriter_CheckConsistency()
3287 #ifdef Py_DEBUG in _PyBytesWriter_Resize()
3340 #ifdef Py_DEBUG in _PyBytesWriter_Alloc()
/external/python/cpython2/PC/os2emx/
Dpyconfig.h25 #ifndef Py_DEBUG
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h25 # ifdef Py_DEBUG
/external/python/cpython3/PC/
Dpyconfig.h337 # define Py_DEBUG macro
/external/python/cpython2/PC/
Dpyconfig.h380 # define Py_DEBUG macro
/external/python/cpython3/Misc/
DSpecialBuilds.txt154 Py_DEBUG
159 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
162 "#ifdef Py_DEBUG" blocks.

1234