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 vstinner
Recipients neologix, python-dev, vstinner
Date 2015-03-18.08:55:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYqUCRX_vrcNhtPhC23G2SHL2nsEvneUaCrqYbAEQVqHA@mail.gmail.com>
In-reply-to <CAH_1eM39x_sOufXNMpn_mfUQEUvaMCi4uZn4hmSe3jy4SXFhNg@mail.gmail.com>
Content
Charles-François Natali added the comment:
> Note that dup() cannot fail with EINTR, it is non-blocking: dup2() can
> fail, because f the target FD is open, it has to close it, but not
> dup().

Oh right, I misread the manual page. I will leave _Py_dup() unchanged.
Thanks for the review.
History
Date User Action Args
2015-03-18 08:55:20vstinnersetrecipients: + vstinner, neologix, python-dev
2015-03-18 08:55:19vstinnerlinkissue23694 messages
2015-03-18 08:55:19vstinnercreate