Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_threading_local.py18 def target(local, weaklist): argument
/external/python/cpython2/Lib/test/
Dtest_threading_local.py16 def target(local, weaklist): argument
/external/python/cpython3/Python/
Dpylifecycle.c1343 PyObject *weaklist = PyList_New(0); in finalize_remove_modules() local
1445 PyObject *weaklist, int verbose) in finalize_modules_clear_weaklist()
1515 PyObject *weaklist = finalize_remove_modules(modules, verbose); in finalize_modules() local