Searched refs:keyw (Results 1 – 1 of 1) sorted by relevance
598 PyObject *keyw; member615 boot->func, boot->args, boot->keyw); in t_bootstrap()636 Py_XDECREF(boot->keyw); in t_bootstrap()647 PyObject *func, *args, *keyw = NULL; in thread_PyThread_start_new_thread() local652 &func, &args, &keyw)) in thread_PyThread_start_new_thread()664 if (keyw != NULL && !PyDict_Check(keyw)) { in thread_PyThread_start_new_thread()675 boot->keyw = keyw; in thread_PyThread_start_new_thread()683 Py_XINCREF(keyw); in thread_PyThread_start_new_thread()690 Py_XDECREF(keyw); in thread_PyThread_start_new_thread()