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 bukzor, pitrou, r.david.murray, vstinner
Date 2014-10-25.06:31:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZ=sBsNwrEmeOsCuapWS_r+SPFBEnZTL7YmtrDy7WuBfQ@mail.gmail.com>
In-reply-to <1414181595.97.0.0258851815651.issue22722@psf.upfronthosting.co.za>
Content
os.dup2() is really a special case for inheritable file descriptors. See
the PEP 446.
History
Date User Action Args
2014-10-25 06:31:22vstinnersetrecipients: + vstinner, pitrou, r.david.murray, bukzor
2014-10-25 06:31:22vstinnerlinkissue22722 messages
2014-10-25 06:31:22vstinnercreate