Staging
v0.5.1
https://github.com/python/cpython
Revision 2a2247ce5e1984eb2f2c41b269b38dbb795a60cf authored by Yury Selivanov on 27 January 2018, 22:22:01 UTC, committed by GitHub on 27 January 2018, 22:22:01 UTC
On mac, sendfile throws ENOTCONN on a repeated sendfile call if
the connection is closed. Normalize it to behave like other systems.
1 parent 47c0b1f
History
Tip revision: 2a2247ce5e1984eb2f2c41b269b38dbb795a60cf authored by Yury Selivanov on 27 January 2018, 22:22:01 UTC
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
Tip revision: 2a2247c
File Mode Size
clinic
_iomodule.c -rw-r--r-- 24.0 KB
_iomodule.h -rw-r--r-- 6.4 KB
bufferedio.c -rw-r--r-- 80.5 KB
bytesio.c -rw-r--r-- 31.9 KB
fileio.c -rw-r--r-- 32.4 KB
iobase.c -rw-r--r-- 29.6 KB
stringio.c -rw-r--r-- 29.6 KB
textio.c -rw-r--r-- 95.5 KB
winconsoleio.c -rw-r--r-- 31.9 KB

back to top