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'').
V
Victor Stinner committed
602a971a2af3a685d625c912c400cadd452718b1
Parent: bde48fd
Committed by GitHub <noreply@github.com>
on 8/4/2020, 12:40:10 AM