Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65439

Re: Latest Python 3.4 in the source repo is broken?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.023
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'configure': 0.05; 'subject:Python': 0.06; 'yeah,': 0.09; 'cc:addr:python-list': 0.11; '10:49': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:broken': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'issue.': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:the': 0.34; 'could': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'skip:- 10': 0.38; 'does': 0.39; ':).': 0.84; 'subject:Latest': 0.84; 'subject:source': 0.84; 'ware': 0.91; '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=bmI8cegYrzz5Reoq/5ZubVMr2PHhCqDJii3oXChTqHo=; b=rFrFHZjQYAUp59tJxqksqQ/BVJjLaCGkcuecUpaXe7by1iauHCnp7r5KusYmVMcCCB SQfE5SBj78nbeOglC0PgFVwP4KA1hMK1s78I/Pc/7Sq4Xar+3DUO5z4+q8Og0QB+UwhN jw5iZuaYk23u3YWi0J4x3j/F8a2jQU+mqSvmkZ/JscVmdTZBPVivySZO2qXLkV6TwPW4 JvREtkVJ/C/ZbPbTO5tGCsJiJz7IcapT5kUVic27NVt3SEbocssUeOoOh9an2IZawQwU /vyJekNT6P6Q8fie8295lriN5oI1jikregxk8hqOepfUOe5kkuGyJSisC4Tx/NgChIam pHeQ==
MIME-Version 1.0
X-Received by 10.68.201.10 with SMTP id jw10mr45295220pbc.25.1391533439371; Tue, 04 Feb 2014 09:03:59 -0800 (PST)
In-Reply-To <CAKJDb-NJ4fg=GancyPTHF=QJJ+y2kjk9922xNN4Emvw1B6GUvg@mail.gmail.com>
References <52f10b2a$0$29972$c3e8da3$5496439d@news.astraweb.com> <CAKJDb-OrPunSC-Q1Oofb8Xf=smQ=FHmPXt-JHr1wuCz9a6tv=w@mail.gmail.com> <CAPTjJmpLZWZyAOmEQhFBp+D0pTDEzKocS=C3J0On=XfXP5Fu8A@mail.gmail.com> <CAKJDb-NJ4fg=GancyPTHF=QJJ+y2kjk9922xNN4Emvw1B6GUvg@mail.gmail.com>
Date Wed, 5 Feb 2014 04:03:59 +1100
Subject Re: Latest Python 3.4 in the source repo is broken?
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6398.1391533442.18130.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391533442 news.xs4all.nl 2899 [2001:888:2000:d::a6]:53690
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65439

Show key headers only | View raw


On Wed, Feb 5, 2014 at 3:58 AM, Zachary Ware
<zachary.ware+pylist@gmail.com> wrote:
> On Tue, Feb 4, 2014 at 10:49 AM, Chris Angelico <rosuav@gmail.com> 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.

LOL! Okay. Yeah, I think that settles that part of the question!

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Latest Python 3.4 in the source repo is broken? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-04 15:45 +0000
  Re: Latest Python 3.4 in the source repo is broken? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-04 10:02 -0600
  Re: Latest Python 3.4 in the source repo is broken? Johannes Findeisen <mailman@hanez.org> - 2014-02-04 17:21 +0100
  Re: Latest Python 3.4 in the source repo is broken? Chris Angelico <rosuav@gmail.com> - 2014-02-05 03:49 +1100
  Re: Latest Python 3.4 in the source repo is broken? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-04 10:58 -0600
  Re: Latest Python 3.4 in the source repo is broken? Chris Angelico <rosuav@gmail.com> - 2014-02-05 04:03 +1100
  Re: Latest Python 3.4 in the source repo is broken? Ethan Furman <ethan@stoneleaf.us> - 2014-02-04 09:01 -0800

csiph-web