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 2011年04月28日 22:38 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 15004 | merged | nsiregar, 2019年07月29日 14:42 | |
| PR 15741 | merged | steve.dower, 2019年09月09日 09:18 | |
| Messages (4) | |||
|---|---|---|---|
| msg134725 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年04月28日 22:38 | |
Apparently not all Windows socket error codes (see http://msdn.microsoft.com/en-us/library/ms740668%28v=vs.85%29.aspx) are mapped in the errno module. For example, a buildbot recently got a 11004 error (see http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/3001/steps/test/logs/stdio), which is: "WSANO_DATA 11004 Valid name, no data record of requested type. The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable." Not sure how this should be handled. |
|||
| msg134727 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年04月28日 22:47 | |
Actually, it was raised by getaddrinfo(), so should perhaps belong in the socket module instead. |
|||
| msg351372 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2019年09月09日 09:15 | |
New changeset 71ea688d662a74ddf39a3874e06c73e58df55c02 by Steve Dower (Ngalim Siregar) in branch 'master': bpo-11953: Extend table of Windows WSA* error codes (GH-15004) https://github.com/python/cpython/commit/71ea688d662a74ddf39a3874e06c73e58df55c02 |
|||
| msg351414 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2019年09月09日 10:36 | |
New changeset eb02196bd95ea12fcccff3960f36601596811570 by Steve Dower in branch '3.8': bpo-11953: Extend table of Windows WSA* error codes (GH-15004) https://github.com/python/cpython/commit/eb02196bd95ea12fcccff3960f36601596811570 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:16 | admin | set | github: 56162 |
| 2019年09月09日 10:36:23 | steve.dower | set | status: open -> closed assignee: steve.dower stage: patch review -> resolved resolution: fixed versions: + Python 3.8, Python 3.9, - Python 3.3 |
| 2019年09月09日 10:36:07 | steve.dower | set | messages: + msg351414 |
| 2019年09月09日 09:18:03 | steve.dower | set | pull_requests: + pull_request15395 |
| 2019年09月09日 09:15:17 | steve.dower | set | nosy:
+ steve.dower messages: + msg351372 |
| 2019年07月29日 18:27:53 | nanjekyejoannah | set | nosy:
- nanjekyejoannah |
| 2019年07月29日 14:42:12 | nsiregar | set | keywords:
+ patch stage: patch review pull_requests: + pull_request14770 |
| 2019年07月26日 22:26:33 | nanjekyejoannah | set | nosy:
+ nanjekyejoannah |
| 2011年04月28日 22:47:32 | pitrou | set | messages: + msg134727 |
| 2011年04月28日 22:39:24 | pitrou | set | nosy:
+ tim.golden, brian.curtin |
| 2011年04月28日 22:38:42 | pitrou | create | |