diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-04 00:58:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 00:58:06 (GMT) |
commit | b934d832d1e16bf235c536dcde3006faf29757fc (patch) | |
tree | 7cb02734b1ebc5c6ec20bed4fb5f47d377df3f33 /Parser | |
parent | 4bc8445c392e22fb926eeea50d3e943b6241affa (diff) | |
download | cpython-b934d832d1e16bf235c536dcde3006faf29757fc.zip cpython-b934d832d1e16bf235c536dcde3006faf29757fc.tar.gz cpython-b934d832d1e16bf235c536dcde3006faf29757fc.tar.bz2 |
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'').
(cherry picked from commit 602a971a2af3a685d625c912c400cadd452718b1)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Parser')
0 files changed, 0 insertions, 0 deletions