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,
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
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
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
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
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
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
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
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.
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
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
> >> 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
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
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
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
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/
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
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
18 matches
Mail list logo