Lines Matching defs:value
154 "timeout value must be positive");
165 "timeout value is too large");
197 and the return value reflects whether the lock is acquired.\n\
1014 PyObject *value = PyDict_GetItemWithError(ldict, name);
1015 if (value != NULL) {
1016 return Py_NewRef(value);
1179 function returns; the return value is ignored. The thread will also exit\n\
1367 "size must be 0 or a positive value");
1395 configured default) or a positive integer value of at least 32,768 (32k).\n\
1399 currently the minimum supported stack size value to guarantee\n\
1475 {"exc_value", "Exception value"},