Message91409
realistically, file objects (Objects/fileobject.c) never raise EINTR as
they use the C library fread/fwrite/fclose underneath. Why should a
socket based file object every be allowed to raise EINTR rather than
handling it internally?
IMHO people should only expect to handle EINTR when doing
socket.send/recv or os.read/write/close, not using a file-like object. |
|
Date |
User |
Action |
Args |
2009-08-07 18:05:49 | gregory.p.smith | set | recipients:
+ gregory.p.smith, loewis, jorend, orenti, sobomax, rhettg |
2009-08-07 18:05:48 | gregory.p.smith | set | messageid: <1249668348.78.0.137341974318.issue1628205@psf.upfronthosting.co.za> |
2009-08-07 18:05:47 | gregory.p.smith | link | issue1628205 messages |
2009-08-07 18:05:47 | gregory.p.smith | create | |
|