Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'broken': 0.04; 'configure': 0.05; 'subject:Python': 0.06; 'window.': 0.09; 'cc:addr:python-list': 0.11; '10:49': 0.16; 'fine.': 0.16; 'morning,': 0.16; 'subject:broken': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'commit': 0.19; 'feb': 0.22; 'issue.': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'fixed': 0.29; 'chris': 0.29; 'am,': 0.29; 'errors': 0.30; 'said,': 0.30; 'message-id:@mail.gmail.com': 0.30; '(on': 0.31; 'another': 0.32; 'linux': 0.33; 'worked': 0.33; 'url:python': 0.33; 'subject:the': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'there': 0.35; 'doing': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'issue': 0.38; 'skip:- 10': 0.38; 'does': 0.39; 'though,': 0.39; 'show': 0.63; 'to:addr:gmail.com': 0.65; ':).': 0.84; 'subject:Latest': 0.84; 'subject:source': 0.84; 'url:cpython': 0.84; 'url:rev': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=jzGXAw+Gat2zLhbo/Pk7EBgWCh1XcJLkdCq2Ju5Kv7w=; b=wV/6XogIpws0EGJka4lM7vbBHSuplN5yR/letr58QiLcEYZsU2xUChe4ynST1LsBa5 emYmpEly61W6kQGDkin6qybW4F87gEqsJFpxaKmVDbb2Pl75PpUAcdgu4t4kqDf70hSQ /xx7I+BbyKn5NjxL4bunrpRbNHOq01geAixI55RrrKAjwPnVAQGfwYtwNOTM+9WiTDgr 06LCQv1pnfVN1szvxTw60hkluFFEf/qFLB9AiD09vNFiH/atdDCj4pM/lzpM+6qLWAVy sIEOFNk0Stp16u06LdkPOonFPIO7OTB9lWCRM9hTtubRayqi+c8cbh+nmRdwdjle5dcH 6A+A== X-Received: by 10.205.23.7 with SMTP id qy7mr40939bkb.92.1391533151338; Tue, 04 Feb 2014 08:59:11 -0800 (PST) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: <52f10b2a$0$29972$c3e8da3$5496439d@news.astraweb.com> From: Zachary Ware Date: Tue, 4 Feb 2014 10:58:51 -0600 X-Google-Sender-Auth: QM4B_U0usT6lPQjt7S1eRfDfyRE Subject: Re: Latest Python 3.4 in the source repo is broken? To: Chris Angelico Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391533153 news.xs4all.nl 2921 [2001:888:2000:d::a6]:51009 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65438 On Tue, Feb 4, 2014 at 10:49 AM, Chris Angelico wrote: > Are there any buildbots that configure --with-pydebug? This could be a > debug-only issue. Only all of them :). As far as I know, the only 'bot that does a non-debug build is the "x86 Gentoo Non-Debug" bot. > That said, though, I just did a build without -j2 (on Linux - Debian > Wheezy amd64) and it worked fine. Doing another one with -j2 didn't > show up any errors either, but if it is a -j problem, then as Zachary > says, it could be a race. > > What commit hash were you building from? It might have been broken and > then fixed shortly, and you got into that tiny window. There was a brief issue this morning, but it was in typeobject.c, not _testembed. See http://hg.python.org/cpython/rev/655d7a55c165 -- Zach