Home
last modified time | relevance | path

Searched defs:weakref (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/whatsnew/
D3.8.rst1410 weakref section in Improved Modules
D3.4.rst1748 weakref section in Improved Modules
/third_party/python/Modules/_sqlite/
Dblob.c99 PyObject *weakref = PyList_GET_ITEM(self->blobs, i); in pysqlite_close_all_blobs() local
Dconnection.c472 PyObject *weakref = PyWeakref_NewRef((PyObject *)obj, NULL); in blobopen_impl() local
907 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
Dcursor.c66 PyObject *weakref = PyWeakref_NewRef((PyObject *)cursor, NULL); in register_cursor() local