➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 emptysquare, hugh, ionelmc, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner, yselivanov
日期 2020-05-18.13:46:37
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1589809597.18.0.0236797951645.issue25920@roundup.psfhosted.org>
In-reply-to
内容
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:37vstinner修改recipients: + vstinner, terry.reedy, ronaldoussoren, ionelmc, serhiy.storchaka, yselivanov, emptysquare, hugh
2020-05-18 13:46:37vstinner修改messageid: <1589809597.18.0.0236797951645.issue25920@roundup.psfhosted.org>
2020-05-18 13:46:37vstinner链接issue25920 messages
2020-05-18 13:46:37vstinner创建