Home
last modified time | relevance | path

Searched refs:new_weakref (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dweakrefobject.c36 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() function
809 /* Note: new_weakref() can trigger cyclic GC, so the weakref in PyWeakref_NewRef()
814 result = new_weakref(ob, callback); in PyWeakref_NewRef()
868 /* Note: new_weakref() can trigger cyclic GC, so the weakref in PyWeakref_NewProxy()
873 result = new_weakref(ob, callback); in PyWeakref_NewProxy()

Completed in 2 milliseconds