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 giampaolo.rodola, glyph, gvanrossum, neologix, pitrou, sbt, vstinner
Date 2013-11-04.15:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJLGhzQnpEihGOK4=fUBmA18q0uifFHoivWmOPcD63T=Q@mail.gmail.com>
In-reply-to <CAH_1eM1oZwbVZ08vyVEos=-11PeFi4ws9svTxyowhCK_2W_hyw@mail.gmail.com>
Content
> AFAICT, we haven't reached a consensus yet on the best way to handle
EBADF.

By which you mean that you still don't agree with my proposal? Which is to
fix it for most syscalls but not for select(), poll() and similar (anything
that the new selectors module interfaces to).
History
Date User Action Args
2013-11-04 15:48:01gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, glyph, neologix, sbt
2013-11-04 15:48:01gvanrossumlinkissue19017 messages
2013-11-04 15:48:01gvanrossumcreate