Message 116548 - Python tracker
Message116548
| Author | aronacher |
|---|---|
| Recipients | Trundle, aronacher, benjamin.peterson, exarkun, loewis, ned.deily, pitrou, ronaldoussoren, stutzbach |
| Date | 2010-09-16.13:40:22 |
| SpamBayes Score | 0.0044674636 |
| Marked as misclassified | No |
| Message-id | <1284644424.5.0.0359780094256.issue9867@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> You conveniently didn't quote the part of my message where I explained
> why I think there may be a problem.
I understand that, but there are already cases in Python where EINTR is handled properly. In fact, quoting socketmodule.c:
if (res == EINTR && PyErr_CheckSignals()) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-16 13:40:24 | aronacher | set | recipients: + aronacher, loewis, ronaldoussoren, exarkun, pitrou, benjamin.peterson, ned.deily, stutzbach, Trundle |
| 2010-09-16 13:40:24 | aronacher | set | messageid: <1284644424.5.0.0359780094256.issue9867@psf.upfronthosting.co.za> |
| 2010-09-16 13:40:22 | aronacher | link | issue9867 messages |
| 2010-09-16 13:40:22 | aronacher | create | |