mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
602a971a2a
On Windows, fix asyncio recv_into() return value when the socket/pipe is closed (BrokenPipeError): return 0 rather than an empty byte string (b'').