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
c_analyzer
cpython
README -rw-r--r-- 1.8 KB
TODO -rw-r--r-- 97.1 KB
c-globals.py -rw-r--r-- 262 bytes
check-c-globals.py -rw-r--r-- 12.6 KB
ignored-globals.txt -rw-r--r-- 7.7 KB
ignored.tsv -rw-r--r-- 35 bytes
known.tsv -rw-r--r-- 158.1 KB

README

back to top