]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.3:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 11 Apr 2004 12:12:31 +0000 (12:12 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 11 Apr 2004 12:12:31 +0000 (12:12 +0000)
commitfea6d1a2b1df780a9502c6ba6e1c48302b0dfe47
treedecec2c9ae06c27d812e961b8f0b5b7ffc34cbbe
parent7eb57e0a32a7185f57ce1d896154b98d9ce28745
Backport to 2.3:

Fixes for AF_UNIX support on OS/2:
- 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.
Lib/test/test_socketserver.py
Modules/socketmodule.c