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 pitrou
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, doko, naufraghi, petere, pitrou, stutzbach
Date 2011-02-03.19:44:47
SpamBayes Score 0.005655079
Marked as misclassified No
Message-id <1296762284.3925.4.camel@localhost.localdomain>
In-reply-to <1296757983.24.0.472289612168.issue7111@psf.upfronthosting.co.za>
Content
> That's an interesting point.
> 
> Do you know of places where we use fd 2 instead of sys.stderr?

We normally don't. One reason is that buffering inside sys.stderr can
make ordering of output incorrect. There are some places in C code where
we do "fprintf(stderr, ...)" but that's for specialized debugging
(disabled in normal builds) or fatal error messages.
History
Date User Action Args
2011-02-03 19:44:48pitrousetrecipients: + pitrou, doko, amaury.forgeotdarc, belopolsky, benjamin.peterson, stutzbach, naufraghi, petere
2011-02-03 19:44:47pitroulinkissue7111 messages
2011-02-03 19:44:47pitroucreate