[issue45533] loop.sock_connect doesn't resolve the address parameter on Windows

2021-10-20 Thread Yavor Atov
New submission from Yavor Atov : >From >https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.sock_connect > : Changed in version 3.5.2: address no longer needs to be resolved. sock_connect will try to check if the address is already resolved by calling socket.

[issue17759] test_urllibnet.test_bad_address() fails on Ubuntu 13.04

2013-08-25 Thread Yavor
Yavor added the comment: Within this note https://sourceware.org/glibc/wiki/NameResolver about getaddrinfo(): In case there was a *negative* answer it's unclear what should be returned. -- ___ Python tracker rep...@bugs.python.org http

[issue17759] test_urllibnet.test_bad_address() fails on Ubuntu 13.04

2013-07-07 Thread Yavor
Yavor added the comment: I have the same problem. Reproduced via custom app and what's failing is: getaddrinfo(some.invalid.address.here, NULL, hints, result); And it's failing quickly. But the returned error is system error 110 (Connection timed out). * A virtual machine inside same host

[issue17759] test_urllibnet.test_bad_address() fails on Ubuntu 13.04

2013-07-07 Thread Yavor
Yavor added the comment: * Up-to-date Arch Linux: -2 - Name or service not known * Fedora Live CD: -2 - Name or service not known These are in general with more recent libraries/packages than Ubuntu 13.04. All evidences suggest that there is something abnormal with this Ubuntu release

[issue17759] test_urllibnet.test_bad_address() fails on Ubuntu 13.04

2013-07-07 Thread Yavor
Yavor added the comment: Reported the issue to Ubuntu: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1198744 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17759