Staging
v0.5.1
https://github.com/python/cpython
Revision fea6d1a2b1df780a9502c6ba6e1c48302b0dfe47 authored by Andrew MacIntyre on 11 April 2004, 12:12:31 UTC, committed by Andrew MacIntyre on 11 April 2004, 12:12:31 UTC
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.
1 parent 7eb57e0
History
Tip revision: fea6d1a2b1df780a9502c6ba6e1c48302b0dfe47 authored by Andrew MacIntyre on 11 April 2004, 12:12:31 UTC
Backport to 2.3:
Tip revision: fea6d1a
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 12.8 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 524.5 KB
configure.in -rw-r--r-- 84.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.6 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top