Home
last modified time | relevance | path

Searched refs:_bind_nix_socket_error (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dsocket_helper.py142 _bind_nix_socket_error = None variable
147 global _bind_nix_socket_error
148 if _bind_nix_socket_error is None:
154 _bind_nix_socket_error = False
156 _bind_nix_socket_error = e
159 if _bind_nix_socket_error:
160 msg = 'Requires a functional unix bind(): %s' % _bind_nix_socket_error