• Andrew MacIntyre's avatar
    Fixes for AF_UNIX support on OS/2: · daedf218
    Andrew MacIntyre yazdı
    - return the full size of the sockaddr_un structure, without which
      bind() fails with EINVAL;
    - set test_socketserver to use a socket name that meets the form
      required by the underlying implementation;
    - don't bother exercising the forking AF_UNIX tests on EMX - its
      fork() can't handle the stress.
    daedf218
test_socketserver.py 5.25 KB