This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:43gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, thehesiod, Justin Mayfield
2015-11-12 02:39:43gvanrossumlinkissue25593 messages
2015-11-12 02:39:43gvanrossumcreate