From: Jack Jansen Date: Wed, 10 May 2000 15:15:54 +0000 (+0000) Subject: GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now... X-Git-Tag: v2.0b1~1777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cfce18c4f73adb74f7a3eba16c8aa40f38770d7;p=thirdparty%2FPython%2Fcpython.git GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. --- diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp index 943a0a674b47..dc331340a31b 100644 --- a/Mac/Python/gusiconfig.cpp +++ b/Mac/Python/gusiconfig.cpp @@ -48,7 +48,8 @@ void GUSISetupFactories() #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif - GUSIwithInetSockets(); +// GUSIwithInetSockets(); + GUSIwithMTInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif