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 neologix, python-dev, vstinner
Date 2015-03-18.07:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM39x_sOufXNMpn_mfUQEUvaMCi4uZn4hmSe3jy4SXFhNg@mail.gmail.com>
In-reply-to <1426640034.3.0.904207692052.issue23694@psf.upfronthosting.co.za>
Content
LGTM.

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().

See e.g. this man page from my Debian:
       EINTR  The dup2() or dup3() call was interrupted by a signal;
see signal(7).
History
Date User Action Args
2015-03-18 07:03:01neologixsetrecipients: + neologix, vstinner, python-dev
2015-03-18 07:03:01neologixlinkissue23694 messages
2015-03-18 07:03:01neologixcreate