Message 369220 - Python tracker
Message369220
| Author | vstinner |
|---|---|
| Recipients | emptysquare, hugh, ionelmc, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner, yselivanov |
| Date | 2020-05-18.13:46:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589809597.18.0.0236797951645.issue25920@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-18 13:46:37 | vstinner | set | recipients: + vstinner, terry.reedy, ronaldoussoren, ionelmc, serhiy.storchaka, yselivanov, emptysquare, hugh |
| 2020-05-18 13:46:37 | vstinner | set | messageid: <1589809597.18.0.0236797951645.issue25920@roundup.psfhosted.org> |
| 2020-05-18 13:46:37 | vstinner | link | issue25920 messages |
| 2020-05-18 13:46:37 | vstinner | create | |