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
ceval.h -rw-r--r-- 1.4 KB
condvar.h -rw-r--r-- 2.7 KB
context.h -rw-r--r-- 701 bytes
gil.h -rw-r--r-- 1.4 KB
hamt.h -rw-r--r-- 3.0 KB
hash.h -rw-r--r-- 123 bytes
import.h -rw-r--r-- 114 bytes
mem.h -rw-r--r-- 5.8 KB
pygetopt.h -rw-r--r-- 458 bytes
pystate.h -rw-r--r-- 3.6 KB
warnings.h -rw-r--r-- 508 bytes

back to top