MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _Py_AddToAllObjects

Function _Py_AddToAllObjects

Objects/object.c:57–74  ·  view source on GitHub ↗

Insert op at the front of the list of all objects. If force is true, * op is added even if _ob_prev and _ob_next are non-NULL already. If * force is false amd _ob_prev or _ob_next are non-NULL, do nothing. * force should be true if and only if op points to freshly allocated, * uninitialized memory, or you've unlinked op from the list and are * relinking it into the front. * Note that objec

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

inc_countFunction · 0.85
_Py_NewReferenceFunction · 0.85
PyType_ReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected