Victor Stinner b7df3144ef Issue #23618, #22117: refactor socketmodule.c
Move Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS inside internal_select_ex() to
prepare a switch to the _PyTime_t type and retry syscall on EINTR.
2015-03-27 22:59:32 +01:00
..
2015-03-24 21:12:57 -07:00
2015-03-18 16:05:32 +01:00
2015-03-23 21:21:00 +01:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.