From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87159 invoked by alias); 8 Dec 2016 18:56:49 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 87129 invoked by uid 89); 8 Dec 2016 18:56:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=HTo:U*siddhesh, sk:test_pr X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Date: Thu, 08 Dec 2016 18:56:00 -0000 From: Joseph Myers To: CC: Martin Galvan , , , , Subject: Re: [PATCH v11] Add pretty printers for the NPTL lock types In-Reply-To: Message-ID: References: <20161127030348.7579-1-martin.galvan@tallertechnologies.com> <85feaf1e-0445-e1ac-949b-6d33de849016@sourceware.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-12/txt/msg00295.txt.bz2 After a build and test run I see files scripts/test_printers_common.pyc and scripts/test_printers_exceptions.pyc created in the source directory. We'd like to be able to build with read-only source directories, could the tests be fixed not to create .pyc files (e.g. use python -B) or to create them in the build directory? -- Joseph S. Myers joseph@codesourcery.com