Searched refs:defaulttimeout (Results 1 – 2 of 2) sorted by relevance
955 static _PyTime_t defaulttimeout = _PYTIME_FROMSECONDS(-1); variable988 s->sock_timeout = defaulttimeout; in init_sockobject()989 if (defaulttimeout >= 0) { in init_sockobject()6660 if (defaulttimeout < 0) {6664 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);6684 defaulttimeout = timeout;
2876 Modules/socketmodule.c - defaulttimeout -