Home
last modified time | relevance | path

Searched refs:Py_TRACE_REFS (Results 1 – 25 of 39) sorted by relevance

12

/external/python/cpython2/Include/
Dobject.h55 #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
Dmodsupport.h105 #ifdef Py_TRACE_REFS
/external/python/cpython2/Misc/
DSpecialBuilds.txt37 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/
Dpycore_object.h86 #ifdef Py_TRACE_REFS
/external/python/cpython3/Include/
Dobject.h61 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
68 #ifdef Py_TRACE_REFS
Dmodsupport.h210 #ifdef Py_TRACE_REFS
Dpyport.h837 #if defined(ALT_SOABI) && defined(Py_TRACE_REFS)
/external/python/cpython3/Objects/
Dobject.c79 #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()
Dtupleobject.c78 #ifdef Py_TRACE_REFS in tuple_alloc()
937 #ifdef Py_TRACE_REFS in _PyTuple_Resize()
Dstructseq.c391 #ifdef Py_TRACE_REFS in PyStructSequence_InitType2()
/external/python/cffi/cffi/
D_cffi_include.h23 # if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
/external/python/cpython2/Doc/c-api/
Dstructures.rst45 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/
DSpecialBuilds.txt41 Py_TRACE_REFS
52 compiled with Py_TRACE_REFS are incompatible with modules compiled without it.
/external/python/cpython3/Include/cpython/
Dobject.h11 #ifdef Py_TRACE_REFS
/external/python/cpython3/Python/
Dpylifecycle.c1380 #ifdef Py_TRACE_REFS in Py_FinalizeEx()
1477 #ifdef Py_TRACE_REFS in Py_FinalizeEx()
1491 #ifdef Py_TRACE_REFS in Py_FinalizeEx()
Dsysmodule.c1875 #ifdef Py_TRACE_REFS
1954 #ifdef Py_TRACE_REFS
Dbltinmodule.c2789 #ifdef Py_TRACE_REFS in _PyBuiltin_Init()
/external/python/cpython2/Objects/
Dstructseq.c483 #ifdef Py_TRACE_REFS in PyStructSequence_InitType()
Dobject.c39 #ifdef Py_TRACE_REFS
158 #ifdef Py_TRACE_REFS in inc_count()
2226 #ifdef Py_TRACE_REFS
Dtupleobject.c73 #ifdef Py_TRACE_REFS in PyTuple_New()
/external/python/cpython2/Python/
Dsysmodule.c893 #ifdef Py_TRACE_REFS
950 #ifdef Py_TRACE_REFS
Dpythonrun.c498 #ifdef Py_TRACE_REFS in Py_Finalize()
555 #ifdef Py_TRACE_REFS in Py_Finalize()
Dbltinmodule.c2699 #ifdef Py_TRACE_REFS in _PyBuiltin_Init()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst1136 ``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/
Dinit_config.rst484 ``Py_TRACE_REFS`` macro must be defined in build.

12