Home
last modified time | relevance | path

Searched refs:PyRefTracer_CREATE (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h519 PyRefTracer_CREATE = 0, enumerator
/external/python/cpython3/Objects/
Dobject.c2443 tracer->tracer_func(op, PyRefTracer_CREATE, data); in new_reference()
2518 _PyRuntime.ref_tracer.tracer_func(op, PyRefTracer_CREATE, data); in _Py_ResurrectReference()
/external/python/cpython3/Python/
Dtracemalloc.c1361 if (event != PyRefTracer_CREATE) { in _PyTraceMalloc_TraceRef()
/external/python/cpython3/Modules/
D_testcapimodule.c3240 if (event == PyRefTracer_CREATE) { in _simpletracer()
/external/python/cpython3/Doc/c-api/
Dinit.rst2060 is set to :c:data:`PyRefTracer_CREATE`) or about to be destroyed (when **event**
2066 .. c:var:: int PyRefTracer_CREATE
/external/python/cpython3/Doc/data/
Dpython3.13.abi14785 <enumerator name='PyRefTracer_CREATE' value='0'/>