Searched refs:Py_TRACE_REFS (Results 1 – 25 of 39) sorted by relevance
12
/external/python/cpython2/Include/ |
D | object.h | 55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS) 56 #define Py_TRACE_REFS macro 60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG) 64 #ifdef Py_TRACE_REFS 742 #ifdef Py_TRACE_REFS
|
D | modsupport.h | 105 #ifdef Py_TRACE_REFS
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 37 Py_TRACE_REFS 48 compiled with Py_TRACE_REFS are incompatible with modules compiled without it. 50 Py_TRACE_REFS implies Py_REF_DEBUG. 155 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if 191 Starting with Python 2.3, If Py_TRACE_REFS is also defined, COUNT_ALLOCS 193 doubly-linked list of all objects maintained by Py_TRACE_REFS.
|
/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 86 #ifdef Py_TRACE_REFS
|
/external/python/cpython3/Include/ |
D | object.h | 61 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG 68 #ifdef Py_TRACE_REFS
|
D | modsupport.h | 210 #ifdef Py_TRACE_REFS
|
D | pyport.h | 837 #if defined(ALT_SOABI) && defined(Py_TRACE_REFS)
|
/external/python/cpython3/Objects/ |
D | object.c | 79 #ifdef Py_TRACE_REFS 334 #ifdef Py_TRACE_REFS in _PyObject_IsFreed() 1831 #ifdef Py_TRACE_REFS in _Py_NewReference() 1837 #ifdef Py_TRACE_REFS 2206 #ifdef Py_TRACE_REFS in _Py_Dealloc()
|
D | tupleobject.c | 78 #ifdef Py_TRACE_REFS in tuple_alloc() 937 #ifdef Py_TRACE_REFS in _PyTuple_Resize()
|
D | structseq.c | 391 #ifdef Py_TRACE_REFS in PyStructSequence_InitType2()
|
/external/python/cffi/cffi/ |
D | _cffi_include.h | 23 # if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 45 on the definition of :c:macro:`Py_TRACE_REFS`. By default, that macro is 51 When :c:macro:`Py_TRACE_REFS` is defined, it expands to:: 69 expansion varies depending on the definition of :c:macro:`Py_TRACE_REFS`.
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 41 Py_TRACE_REFS 52 compiled with Py_TRACE_REFS are incompatible with modules compiled without it.
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 11 #ifdef Py_TRACE_REFS
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1380 #ifdef Py_TRACE_REFS in Py_FinalizeEx() 1477 #ifdef Py_TRACE_REFS in Py_FinalizeEx() 1491 #ifdef Py_TRACE_REFS in Py_FinalizeEx()
|
D | sysmodule.c | 1875 #ifdef Py_TRACE_REFS 1954 #ifdef Py_TRACE_REFS
|
D | bltinmodule.c | 2789 #ifdef Py_TRACE_REFS in _PyBuiltin_Init()
|
/external/python/cpython2/Objects/ |
D | structseq.c | 483 #ifdef Py_TRACE_REFS in PyStructSequence_InitType()
|
D | object.c | 39 #ifdef Py_TRACE_REFS 158 #ifdef Py_TRACE_REFS in inc_count() 2226 #ifdef Py_TRACE_REFS
|
D | tupleobject.c | 73 #ifdef Py_TRACE_REFS in PyTuple_New()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 893 #ifdef Py_TRACE_REFS 950 #ifdef Py_TRACE_REFS
|
D | pythonrun.c | 498 #ifdef Py_TRACE_REFS in Py_Finalize() 555 #ifdef Py_TRACE_REFS in Py_Finalize()
|
D | bltinmodule.c | 2699 #ifdef Py_TRACE_REFS in _PyBuiltin_Init()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 1136 ``Py_DEBUG`` macro no longer implies the ``Py_TRACE_REFS`` macro, which 1137 introduces the only ABI incompatibility. The ``Py_TRACE_REFS`` macro, which
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 484 ``Py_TRACE_REFS`` macro must be defined in build.
|
12