mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets.
This commit is contained in:
parent
da5cc82d59
commit
9cfce18c4f
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ void GUSISetupFactories()
|
|||
#ifdef GUSISetupFactories_BeginHook
|
||||
GUSISetupFactories_BeginHook
|
||||
#endif
|
||||
GUSIwithInetSockets();
|
||||
// GUSIwithInetSockets();
|
||||
GUSIwithMTInetSockets();
|
||||
#ifdef GUSISetupFactories_EndHook
|
||||
GUSISetupFactories_EndHook
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue