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 neologix
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt
Date 2013-01-07.10:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2=YwpHUTgHy39YNdOgMHSXpiQwXE-EL4r-0_NMuQkhFA@mail.gmail.com>
In-reply-to <CAH_1eM2gQronfwFU4m28hwGa=1JQSZbiNm8uHi47gFRS11Fb0g@mail.gmail.com>
Content
> The second test runs fine on Linux, and from a cursory look, I don't
> see how it could fail (the socket should be reported as write ready
> upon ECONNREFUSED).

Hum, thinking about it, I wonder is OS-X doesn't report POLLPRI or
some other esoteric event in case of ECONNREFUSED...

Could you try the patch attached?
Files
File name Uploaded
selector_poll_events.diff neologix, 2013-01-07.10:50:12
History
Date User Action Args
2013-01-07 10:50:13neologixsetrecipients: + neologix, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, rosslagerwall, sbt, felipecruz
2013-01-07 10:50:13neologixlinkissue16853 messages
2013-01-07 10:50:13neologixcreate