Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_weakref.c20 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list)); in weakref_getweakrefcount()
40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in weakref_getweakrefs()
/external/python/cpython2/Include/
Dweakrefobject.h62 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
/external/python/cpython2/Objects/
Dweakrefobject.c10 _PyWeakref_GetWeakrefCount(PyWeakReference *head) in _PyWeakref_GetWeakrefCount() function
928 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
/external/python/cpython2/PC/os2emx/
Dpython27.def675 "_PyWeakref_GetWeakrefCount"
/external/python/cpython2/Misc/
DHISTORY184 - _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t; it previously