...AF_UNIX path too long" if TMPDIR path is longer than 107...
The Python test suite has multiple tests on AF_UNIX sockets. They create a temporary socket path. Example with test_socketserver: return tempfile.mktemp(prefix='unix_socket.') The problem is that if the temporary directory is too long, c...