mirror of https://github.com/python/cpython
Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).
This commit is contained in:
parent
d843a018e9
commit
fb106c8c2f
|
@ -48,7 +48,7 @@ void GUSISetupFactories()
|
||||||
#ifdef GUSISetupFactories_BeginHook
|
#ifdef GUSISetupFactories_BeginHook
|
||||||
GUSISetupFactories_BeginHook
|
GUSISetupFactories_BeginHook
|
||||||
#endif
|
#endif
|
||||||
#if TARGET_API_MAC_CARBON
|
#if 1 || TARGET_API_MAC_CARBON
|
||||||
GUSIwithInetSockets();
|
GUSIwithInetSockets();
|
||||||
#else
|
#else
|
||||||
GUSIwithMTInetSockets();
|
GUSIwithMTInetSockets();
|
||||||
|
|
Loading…
Reference in New Issue