Victor Stinner ee699e9d2b Issue #23618: Fix EINTR handling in socket.connect()
Call PyErr_CheckSignals() if connect(), select() or getsockopt() failed with
EINTR.
2015-03-31 21:28:42 +02:00
..
2015-03-18 16:05:32 +01:00
2015-03-23 21:21:00 +01:00
2015-03-02 11:18:40 -05:00

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