Message91532
fixed in trunk r74426. socket.socket.sendall() and all
socket._fileobject methods (read/readline/write/flush) now properly
handle EINTR internally.
sendall will allow a python signal handler to raise an exception
aborting it in unknown state, otherwise it handles EINTR as it should
and continues sending.
I'm leaving this issue open until it is merged into py3k and considered
for 2.6 and/or 3.1 release backporting. |
|
Date |
User |
Action |
Args |
2009-08-13 18:57:23 | gregory.p.smith | set | recipients:
+ gregory.p.smith, loewis, jorend, orenti, sobomax, rhettg |
2009-08-13 18:57:23 | gregory.p.smith | set | messageid: <1250189843.39.0.3221227212.issue1628205@psf.upfronthosting.co.za> |
2009-08-13 18:57:21 | gregory.p.smith | link | issue1628205 messages |
2009-08-13 18:57:20 | gregory.p.smith | create | |
|