Home
last modified time | relevance | path

Searched refs:_PyWeakref_GetWeakrefCount (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
D_weakref.c35 return _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefcount_impl()
90 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
/third_party/python/Include/
Dweakrefobject.h65 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/third_party/python/Objects/
Dweakrefobject.c11 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function
987 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
/third_party/python/Misc/
DHISTORY17568 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously