消息 [369220]
I wrote PR 20177 to avoid the netdb_lock in socket.getaddrinfo(), but the lock is still used on platforms which don't provide gethostbyname_r():
#if !defined(HAVE_GETHOSTBYNAME_R) && !defined(MS_WINDOWS)
# define USE_GETHOSTBYNAME_LOCK
#endif |
|
| 日期 |
用户 |
动作 |
参数 |
| 2020-05-18 13:46:37 | vstinner | 修改 | recipients:
+ vstinner, terry.reedy, ronaldoussoren, ionelmc, serhiy.storchaka, yselivanov, emptysquare, hugh |
| 2020-05-18 13:46:37 | vstinner | 修改 | messageid: <1589809597.18.0.0236797951645.issue25920@roundup.psfhosted.org> |
| 2020-05-18 13:46:37 | vstinner | 链接 | issue25920 messages |
| 2020-05-18 13:46:37 | vstinner | 创建 | |
|