]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now...
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 10 May 2000 15:15:54 +0000 (15:15 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 10 May 2000 15:15:54 +0000 (15:15 +0000)
Mac/Python/gusiconfig.cpp

index 943a0a674b47f538f5b671a80ab40052b5ab6673..dc331340a31b80dd29334467975641e42fadaf03 100644 (file)
@@ -48,7 +48,8 @@ void GUSISetupFactories()
 #ifdef GUSISetupFactories_BeginHook
        GUSISetupFactories_BeginHook
 #endif
-       GUSIwithInetSockets();
+//     GUSIwithInetSockets();
+       GUSIwithMTInetSockets();
 #ifdef GUSISetupFactories_EndHook
        GUSISetupFactories_EndHook
 #endif