mirror of
https://github.com/python/cpython.git
synced 2026-06-07 03:51:54 -04:00
81c41dbfcc
instead of raising InterruptedError if the connection is interrupted by signals, signal handlers don't raise an exception and the socket is blocking or has a timeout. socket.socket.connect() still raise InterruptedError for non-blocking sockets.
Source files for standard library extension modules, and former extension modules that are now builtin modules.