[New-bugs-announce] [issue15591] when building the extensions, stdout is lost when stdout is redirected

Matthias Klose report at bugs.python.org
Wed Aug 8 12:52:57 CEST 2012


New submission from Matthias Klose:

I see this on all Debian and Ubuntu releases, when stdout is redirected. I expect to see the compiler and linker invocations for the sharedmods target, but I only see stderr (compiler and linker warnings).

e.g. make 2>&1 | tee log
or   script -c 'make' log

can this be reproduced on Debian/Ubuntu, or is this seen on other Linux distributions as well?

----------
components: Build
messages: 167684
nosy: doko
priority: normal
severity: normal
status: open
title: when building the extensions, stdout is lost when stdout is redirected
type: behavior
versions: Python 2.6, Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15591>
_______________________________________


More information about the New-bugs-announce mailing list