]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.3 to support Zope 2.7 on OS/2:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:19:27 +0000 (07:19 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:19:27 +0000 (07:19 +0000)
commit6a2a3b603a36c177d5eabca5d3266019c2d2d184
tree0ec81965d8f1e2ddae3ece403093d7142c9997c5
parentfc019dd00bda56239704bdd6984c0a68dd09e072
Backport to 2.3 to support Zope 2.7 on OS/2:

OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that
the socket name must start with /socket32/.  Unlike Unix systems, this
file never exists in the file system.
Modules/socketmodule.c