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 felipecruz, neologix, pitrou, vstinner
Date 2012-10-03.05:43:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2hiaZp0FV6i2dAL1mbL03zRQb9dG3_B4q+t21c6vCdsw@mail.gmail.com>
In-reply-to <1349229311.2.0.102810982131.issue16105@psf.upfronthosting.co.za>
Content
> since Antonie mentioned Py_AddPendingCall I came up with a patch describing what he proposed.
>
> Let me know if this patch can be improved or discarded(if the problem requires a more sophisticated solution). In case of improvement I can also submit another patch with a test case.

Why limit to EBADF? You could also have EPIPE, EINVAL and many other errors.
The only error you may not want to report is EAGAIN.
History
Date User Action Args
2012-10-03 05:43:29neologixsetrecipients: + neologix, pitrou, vstinner, felipecruz
2012-10-03 05:43:28neologixlinkissue16105 messages
2012-10-03 05:43:27neologixcreate