Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dconnection.c241 PyObject* weakref; in pysqlite_do_all_statements() local
306 PyObject* weakref; in pysqlite_connection_register_cursor() local
802 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
833 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1194 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.c208 PyObject* weakref; in pysqlite_do_all_statements() local
266 PyObject* weakref; in pysqlite_connection_register_cursor() local
761 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
792 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1215 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1748 weakref section in Improved Modules