Files
cpython/Lib/asyncio
Victor Stinner 602a971a2a bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
On Windows, fix asyncio recv_into() return value when the socket/pipe
is closed (BrokenPipeError): return 0 rather than an empty byte
string (b'').
2020-08-04 02:40:10 +02:00
..
2020-05-20 10:12:37 -07:00