From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d98KE-0003Fu-5t for qemu-devel@nongnu.org; Fri, 12 May 2017 07:01:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d98KA-0005tz-CP for qemu-devel@nongnu.org; Fri, 12 May 2017 07:01:34 -0400 Received: from mout.web.de ([212.227.15.4]:53068) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d98KA-0005td-1m for qemu-devel@nongnu.org; Fri, 12 May 2017 07:01:30 -0400 References: <20170512033543.6789-1-f4bug@amsat.org> <20170512033543.6789-2-f4bug@amsat.org> From: SF Markus Elfring Message-ID: Date: Fri, 12 May 2017 13:00:51 +0200 MIME-Version: 1.0 In-Reply-To: <20170512033543.6789-2-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v3 1/5] coccinelle: add a script to optimize tcg op using tcg_gen_extract() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Aurelien Jarno , Richard Henderson , Nikunj A Dadhania , Eric Blake , Markus Armbruster , Laurent Vivier , Michael Tokarev , Eduardo Habkost , Paolo Bonzini , Julia Lawall , Nicolas Palix > + print " candidate", "IS" if is_optimizable else "is NOT", "optimizable" I suggest to increase your software development attention also for another detail here. This information display is using the channel “sys.stdout”. How do you think about to use the function “sys.stderr.write” (or an other separate file) instead? Regards, Markus