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 gregory.p.smith, neologix, pitrou, sbt, vstinner
Date 2013-08-23.17:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377280652.46.0.477643198579.issue18763@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why os.dup2() is more reliable than os.pipe() for a unit test?

Is subprocess_close-default-1.diff portable? test_os uses hasattr(os, "dup2"). In Modules/posixmodule.c, it looks like the function is always defined!?
History
Date User Action Args
2013-08-23 17:57:32vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, neologix, sbt
2013-08-23 17:57:32vstinnersetmessageid: <1377280652.46.0.477643198579.issue18763@psf.upfronthosting.co.za>
2013-08-23 17:57:32vstinnerlinkissue18763 messages
2013-08-23 17:57:32vstinnercreate