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.
Created on 2009年10月05日 00:51 by ezio.melotti, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python-configure-getaddrinfo.patch | Arfrever, 2010年11月01日 01:16 | Patch for configure.in | ||
| Messages (4) | |||
|---|---|---|---|
| msg93568 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2009年10月05日 00:51 | |
This is what I see while running ./configure on both trunk and py3k, on Linux: checking for major... yes checking for getaddrinfo... yes checking getaddrinfo bug... checking for getnameinfo... yes checking whether time.h and sys/time.h may both be included... yes the yes/no after 'checking getaddrinfo bug...' is missing. FWIW that bit of code is at the line 20225, but I couldn't figure out how to fix it. |
|||
| msg116574 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年09月16日 16:38 | |
Is this still a problem on Linux? |
|||
| msg120102 - (view) | Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) | Date: 2010年11月01日 01:16 | |
The attached patch fixes output of `configure`. |
|||
| msg120103 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2010年11月01日 01:44 | |
r86075 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:53 | admin | set | github: 51308 |
| 2010年11月01日 01:44:45 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg120103 |
| 2010年11月01日 01:16:33 | Arfrever | set | files:
+ python-configure-getaddrinfo.patch nosy: + Arfrever, benjamin.peterson messages: + msg120102 keywords: + patch |
| 2010年09月16日 16:38:40 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg116574 |
| 2009年10月05日 00:52:00 | ezio.melotti | create | |