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 pitrou
Recipients arigo, giampaolo.rodola, gregory.p.smith, gvanrossum, koobs, neologix, pitrou, sbt, vstinner
Date 2013-12-01.10:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385894817.2297.8.camel@fsol>
In-reply-to <CAH_1eM2ejADUhf9RiUvrKkUWXhNuYSc7FMiGXBWWFUVm-H=w1w@mail.gmail.com>
Content
On dim., 2013-12-01 at 08:14 +0000, Charles-François Natali wrote:
> So really, I'm like Gregory: I don't care which solution we chose, but
> I just don't want to have to let the user handle EINTR.

Well this is wishing thinking, since by returning an empty list you
force the user to handle EINTR - just in a different way.
History
Date User Action Args
2013-12-01 10:46:59pitrousetrecipients: + pitrou, gvanrossum, arigo, gregory.p.smith, vstinner, giampaolo.rodola, neologix, sbt, koobs
2013-12-01 10:46:59pitroulinkissue18885 messages
2013-12-01 10:46:59pitroucreate