commit | 602a971a2af3a685d625c912c400cadd452718b1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Aug 04 02:40:10 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 04 02:40:10 2020 +0200 |
tree | 008054d98cbece7e215c1e95e17b58b35fecd0b8 | |
parent | bde48fd8110cc5f128d5db44810d17811e328a24 [diff] |
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'').