Staging
v0.8.1
Revision 1d16229f3f5b91f2389c7c5c6425c5524c413651 authored by Miss Islington (bot) on 04 August 2020, 01:00:29 UTC, committed by GitHub on 04 August 2020, 01:00:29 UTC

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>
1 parent b6724be
History
File Mode Size
__init__.py -rw-r--r-- 5.9 KB
_bootstrap.py -rw-r--r-- 39.4 KB
_bootstrap_external.py -rw-r--r-- 60.9 KB
_common.py -rw-r--r-- 1.5 KB
abc.py -rw-r--r-- 14.6 KB
machinery.py -rw-r--r-- 844 bytes
metadata.py -rw-r--r-- 17.8 KB
resources.py -rw-r--r-- 7.0 KB
util.py -rw-r--r-- 11.1 KB

back to top