]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Sep 2010 17:52:25 +0000 (17:52 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Sep 2010 17:52:25 +0000 (17:52 +0000)
commit6d7df638370b7298a78af1e55e6cbb36f77b42ec
treea0eeb8015c3376cfcab50c491b0373a5af319dbe
parent0ae33611faba57f650b5083df6eebd655457f687
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
received.  Now sendall() properly calls signal handlers if necessary,
and retries sending if these returned successfully, including on sockets
with a timeout.
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c