Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python3': 0.07; '34,': 0.09; '40,': 0.09; '[1,': 0.09; 'executed': 0.09; 'subject:build': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '105,': 0.16; '39,': 0.16; '42,': 0.16; '49,': 0.16; '52,': 0.16; '57,': 0.16; '58,': 0.16; '63,': 0.16; '66,': 0.16; 'first:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'library': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'this?': 0.23; 'versions': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'loading': 0.31; 'file': 0.32; 'url:python': 0.33; 'at:': 0.34; 'test': 0.35; 'received:google.com': 0.35; 'module.': 0.36; 'url:org': 0.36; 'skip:4 10': 0.37; 'so,': 0.37; 'clear': 0.37; 'skip:[ 10': 0.38; 'pm,': 0.38; 'system.': 0.39; 'skip:6 10': 0.63; '30,': 0.65; '20,': 0.68; "'test'": 0.84; '2015': 0.84; '74,': 0.84; '88,': 0.84; 'subject:Testing': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=iF0jKjmKWzX8yWqGYfoE9m8WwokHIhQoVuXS09f8o6g=; b=DrEowptyA07BnyXh0t4AqSO7+7itR2WWupEz0SYLIA0qvYIMrIU1MmfuxMU9xutGpe xSHwI9466VqSb3TMOKOMclNwdASkJZ/srCIYAhqyZEW1xfwpENuTx4onwnxiMPxUIglm Z1ilBkIXV9Vg9JZob1IkgExAG4ic1AUdsoJ4wxU7yeMaDavYsuCIBGLZ1fd5cp7Ny9uv qitLamsbSPJ/hC5ODsa0I7LUolm5gvMeWP/ggNk6FqowTEJlDgr88O0XH4KiyZBGEWgt xTDo2TmNFdOso+9XY+5emw65j6J5HasR+tm56VRGJR6r8JD+0Z8Y3YYB3drEA+ywQ56c dCjQ== MIME-Version: 1.0 X-Received: by 10.107.160.141 with SMTP id j135mr12702040ioe.43.1431526370118; Wed, 13 May 2015 07:12:50 -0700 (PDT) In-Reply-To: <8738307fdz.fsf@Equus.decebal.nl> References: <8738307fdz.fsf@Equus.decebal.nl> Date: Thu, 14 May 2015 00:12:50 +1000 Subject: Re: Testing build From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431526372 news.xs4all.nl 2842 [2001:888:2000:d::a6]:58126 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90551 On Wed, May 13, 2015 at 11:53 PM, Cecil Westerhof wrote: > To be clear I did not built Python yet, I used the versions installed > on my system. (3.4.1 and 2.78) > > After looking at: > https://docs.python.org/devguide/ > > I executed first: > python3 -m test -j3 > which gave: > a1: [6.435562750993995, 6.446765303000575, 6.405053696988034] > a2: [4.437405036995187, 4.101042214999325, 4.112324360001367] > a3: [4.096015618008096, 4.123215412007994, 4.108890180999879] > [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121] > [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121] > [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121] > > What is the meaning of this? Do you have a directory named 'test' or a file named 'test.py' in the current directory? If so, it'll be loading that up instead of the standard library 'test' module. ChrisA