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

2022-02-26 Thread Kumar Aditya
Kumar Aditya added the comment: Can you provide a minimal reproducer otherwise it is hard to know if there is any bug. -- nosy: +kumaraditya303 ___ Python tracker ___

[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.inet_pton().