mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Merge 3.2 to default
This commit is contained in:
commit
c53eb9dfe2
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ new_sockobject(SOCKET_T fd, int family, int type, int proto)
|
||||||
/* Lock to allow python interpreter to continue, but only allow one
|
/* Lock to allow python interpreter to continue, but only allow one
|
||||||
thread to be in gethostbyname or getaddrinfo */
|
thread to be in gethostbyname or getaddrinfo */
|
||||||
#if defined(USE_GETHOSTBYNAME_LOCK) || defined(USE_GETADDRINFO_LOCK)
|
#if defined(USE_GETHOSTBYNAME_LOCK) || defined(USE_GETADDRINFO_LOCK)
|
||||||
PyThread_type_lock netdb_lock;
|
static PyThread_type_lock netdb_lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue