Lines Matching defs:hash
1942 Py_hash_t hash;
1943 hash = PyObject_Hash(loop);
1944 if (hash == -1) {
1947 item = _PyDict_GetItem_KnownHash(current_tasks, loop, hash);
1961 return _PyDict_SetItem_KnownHash(current_tasks, loop, task, hash);
1970 Py_hash_t hash;
1971 hash = PyObject_Hash(loop);
1972 if (hash == -1) {
1975 item = _PyDict_GetItem_KnownHash(current_tasks, loop, hash);
1987 return _PyDict_DelItem_KnownHash(current_tasks, loop, hash);