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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to