<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 1:45 PM, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net" target="_blank">solipsis@pitrou.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Thu, 26 Sep 2013 11:46:07 -0700<br>
Eli Bendersky <<a href="mailto:eliben@gmail.com">eliben@gmail.com</a>> wrote:<br>
<br>
> > >> 2013/9/26 Eli Bendersky <<a href="mailto:eliben@gmail.com">eliben@gmail.com</a>>:<br>
> > >> > Hi All,<br>
> > >> ><br>
> > >> > Earlier this morning I had a slight tackle with a couple of the 3.4<br>
> > bots<br>
> > >> > (sorry everyone!). I fixed some problems in asdl.py -<br>
> > >> > <a href="http://hg.python.org/cpython/rev/21d46e3ae60c" target="_blank">http://hg.python.org/cpython/rev/21d46e3ae60c</a> - and used the 'with'<br>
> > >> > statement. Some bots don't have Python 2.6+ and couldn't bootstrap<br>
> > >> > Python-ast.h/c<br>
> > >> ><br>
> > >> > Two questions:<br>
> > >> ><br>
> > >> > * Should I always check-in Python-ast.h and Python-ast.c when I touch<br>
> > >> > asdl*<br>
> > >> > ? The generated files are unchanged, it's only the timestamp that<br>
> > >> > changed.<br>
> > >> > * Can we, in theory, use new Pythons for asdl* code, because<br>
> > >> > Python-ast.*<br>
> > >> > are, in fact, checked in so they don't have to be rebuilt by the bots<br>
> > or<br>
> > >> > users?<br>
> > >><br>
> > >> We should have the buildbots run "make touch", so they don't need to<br>
> > >> run asdl_c.py.<br>
> > ><br>
> > ><br>
> > > How should we go about doing this?<br>
> ><br>
> > Complain to Antoine I suppose. :)<br>
> ><br>
> [+ Antoine]<br>
> Done :)<br>
<br>
</div></div>"make touch"? Wow, I'm learning new stuff everyday :-)<br>
<br>
(what point is there in adding things to Makefile if nobody knows about<br>
them?)<br></blockquote><div><br></div><div>The devguide would be a good place to mention this. <a href="http://bugs.python.org/issue15964">http://bugs.python.org/issue15964</a> tracked the task for a while, but I'm not sure what the status is.<br>
<br>Eli <br></div></div></div></div>