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 Evgeny.Tarasov, alexey-smirnov, chn, neologix, r.david.murray, socketpair, vstinner
Date 2011-07-22.10:11:22
SpamBayes Score 4.4416072e-05
Marked as misclassified No
Message-id <1311329483.15.0.880329577469.issue12607@psf.upfronthosting.co.za>
In-reply-to
Content
> stdout = open("/dev/null", "w"), stderr = sys.stdout

You ask to write all outputs to /dev/null. Why do you expect anything on stdout?
History
Date User Action Args
2011-07-22 10:11:23vstinnersetrecipients: + vstinner, r.david.murray, neologix, socketpair, alexey-smirnov, Evgeny.Tarasov, chn
2011-07-22 10:11:23vstinnersetmessageid: <1311329483.15.0.880329577469.issue12607@psf.upfronthosting.co.za>
2011-07-22 10:11:22vstinnerlinkissue12607 messages
2011-07-22 10:11:22vstinnercreate