Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Eli Bendersky
On Fri, Sep 27, 2013 at 7:26 AM, "Martin v. Löwis" wrote: > Am 26.09.13 15:52, schrieb Eli Bendersky: > > * Should I always check-in Python-ast.h and Python-ast.c when I touch > > asdl* ? The generated files are unchanged, it's only the timestamp that > > changed. > > If they really didn't change,

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Antoine Pitrou
Le Fri, 27 Sep 2013 16:34:41 +0200, "Martin v. Löwis" a écrit : > Am 26.09.13 23:00, schrieb Antoine Pitrou: > > > Here you are: > > http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/28/steps/compile/logs/stdio > > > > Of course, when it's using "-jN" there may be a race c

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Martin v. Löwis
Am 26.09.13 23:00, schrieb Antoine Pitrou: > Here you are: > http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/28/steps/compile/logs/stdio > > Of course, when it's using "-jN" there may be a race condition :-) Could you make "make touch" a separate build step? Regards, Ma

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Martin v. Löwis
Am 26.09.13 15:52, schrieb Eli Bendersky: > * Should I always check-in Python-ast.h and Python-ast.c when I touch > asdl* ? The generated files are unchanged, it's only the timestamp that > changed. If they really didn't change, I don't think it matters much. I believe there is a fundamental probl

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Eli Bendersky
On Fri, Sep 27, 2013 at 5:09 AM, Antoine Pitrou wrote: > Le Thu, 26 Sep 2013 10:28:46 -0400, > Benjamin Peterson a écrit : > > 2013/9/26 Eli Bendersky : > > > Hi All, > > > > > > Earlier this morning I had a slight tackle with a couple of the 3.4 > > > bots (sorry everyone!). I fixed some proble

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-27 Thread Antoine Pitrou
Le Thu, 26 Sep 2013 10:28:46 -0400, Benjamin Peterson a écrit : > 2013/9/26 Eli Bendersky : > > Hi All, > > > > Earlier this morning I had a slight tackle with a couple of the 3.4 > > bots (sorry everyone!). I fixed some problems in asdl.py - > > http://hg.python.org/cpython/rev/21d46e3ae60c - and

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Antoine Pitrou
On Thu, 26 Sep 2013 14:19:59 -0700 Eli Bendersky wrote: > On Thu, Sep 26, 2013 at 2:00 PM, Antoine Pitrou wrote: > > > On Thu, 26 Sep 2013 14:43:48 -0400 > > Benjamin Peterson wrote: > > > 2013/9/26 Eli Bendersky : > > > > > > > > > > > > > > > > On Thu, Sep 26, 2013 at 7:28 AM, Benjamin Peters

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
On Thu, Sep 26, 2013 at 2:00 PM, Antoine Pitrou wrote: > On Thu, 26 Sep 2013 14:43:48 -0400 > Benjamin Peterson wrote: > > 2013/9/26 Eli Bendersky : > > > > > > > > > > > > On Thu, Sep 26, 2013 at 7:28 AM, Benjamin Peterson < > benja...@python.org> > > > wrote: > > >> > > >> 2013/9/26 Eli Bender

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Antoine Pitrou
On Thu, 26 Sep 2013 14:43:48 -0400 Benjamin Peterson wrote: > 2013/9/26 Eli Bendersky : > > > > > > > > On Thu, Sep 26, 2013 at 7:28 AM, Benjamin Peterson > > wrote: > >> > >> 2013/9/26 Eli Bendersky : > >> > Hi All, > >> > > >> > Earlier this morning I had a slight tackle with a couple of the 3.

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
On Thu, Sep 26, 2013 at 1:45 PM, Antoine Pitrou wrote: > On Thu, 26 Sep 2013 11:46:07 -0700 > Eli Bendersky wrote: > > > > >> 2013/9/26 Eli Bendersky : > > > >> > Hi All, > > > >> > > > > >> > Earlier this morning I had a slight tackle with a couple of the > 3.4 > > > bots > > > >> > (sorry ever

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Antoine Pitrou
On Thu, 26 Sep 2013 11:46:07 -0700 Eli Bendersky wrote: > > >> 2013/9/26 Eli Bendersky : > > >> > Hi All, > > >> > > > >> > Earlier this morning I had a slight tackle with a couple of the 3.4 > > bots > > >> > (sorry everyone!). I fixed some problems in asdl.py - > > >> > http://hg.python.org/cpy

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
> >> 2013/9/26 Eli Bendersky : > >> > Hi All, > >> > > >> > Earlier this morning I had a slight tackle with a couple of the 3.4 > bots > >> > (sorry everyone!). I fixed some problems in asdl.py - > >> > http://hg.python.org/cpython/rev/21d46e3ae60c - and used the 'with' > >> > statement. Some bots

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Benjamin Peterson
2013/9/26 Eli Bendersky : > > > > On Thu, Sep 26, 2013 at 7:28 AM, Benjamin Peterson > wrote: >> >> 2013/9/26 Eli Bendersky : >> > Hi All, >> > >> > Earlier this morning I had a slight tackle with a couple of the 3.4 bots >> > (sorry everyone!). I fixed some problems in asdl.py - >> > http://hg.py

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
On Thu, Sep 26, 2013 at 7:28 AM, Benjamin Peterson wrote: > 2013/9/26 Eli Bendersky : > > Hi All, > > > > Earlier this morning I had a slight tackle with a couple of the 3.4 bots > > (sorry everyone!). I fixed some problems in asdl.py - > > http://hg.python.org/cpython/rev/21d46e3ae60c - and used

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Benjamin Peterson
2013/9/26 Eli Bendersky : > Hi All, > > Earlier this morning I had a slight tackle with a couple of the 3.4 bots > (sorry everyone!). I fixed some problems in asdl.py - > http://hg.python.org/cpython/rev/21d46e3ae60c - and used the 'with' > statement. Some bots don't have Python 2.6+ and couldn't b

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
On Thu, Sep 26, 2013 at 7:18 AM, Brett Cannon wrote: > > > > On Thu, Sep 26, 2013 at 9:52 AM, Eli Bendersky wrote: > >> Hi All, >> >> Earlier this morning I had a slight tackle with a couple of the 3.4 bots >> (sorry everyone!). I fixed some problems in asdl.py - >> http://hg.python.org/cpython/

Re: [Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Brett Cannon
On Thu, Sep 26, 2013 at 9:52 AM, Eli Bendersky wrote: > Hi All, > > Earlier this morning I had a slight tackle with a couple of the 3.4 bots > (sorry everyone!). I fixed some problems in asdl.py - > http://hg.python.org/cpython/rev/21d46e3ae60c - and used the 'with' > statement. Some bots don't h

[Python-Dev] asdl.py and Python-ast.[hc]

2013-09-26 Thread Eli Bendersky
Hi All, Earlier this morning I had a slight tackle with a couple of the 3.4 bots (sorry everyone!). I fixed some problems in asdl.py - http://hg.python.org/cpython/rev/21d46e3ae60c - and used the 'with' statement. Some bots don't have Python 2.6+ and couldn't bootstrap Python-ast.h/c Two question