Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65438
| 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> |
|---|---|
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Date | 2014-02-04 10:58 -0600 |
| Subject | Re: Latest Python 3.4 in the source repo is broken? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6397.1391533153.18130.python-list@python.org> (permalink) |
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. > 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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