Message 254510 - Python tracker
Message254510
| Author | gvanrossum |
|---|---|
| Recipients | Justin Mayfield, gvanrossum, thehesiod, vstinner, yselivanov |
| Date | 2015-11-12.02:39:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAP7+vJLQ9s3Z6kb+4MDaPv_tHLWJy=meDJYMMgAerM9fAt5jsw@mail.gmail.com> |
| In-reply-to | <1447294455.91.0.0895660325336.issue25593@psf.upfronthosting.co.za> |
| Content | |
|---|---|
I'm not an expert on this terminology but don't you have that backwards? Assume we're using select() for a second. If you ask select() "is this FD ready" several times in a row without doing something to the FD it will answer yes every time once the FD is ready. IIUC that's what level-triggered means, and that's what causes the bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-12 02:39:43 | gvanrossum | set | recipients: + gvanrossum, vstinner, yselivanov, thehesiod, Justin Mayfield |
| 2015-11-12 02:39:43 | gvanrossum | link | issue25593 messages |
| 2015-11-12 02:39:43 | gvanrossum | create | |