<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 27, 2013 at 5:09 AM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le Thu, 26 Sep 2013 10:28:46 -0400,<br>
Benjamin Peterson <<a href="mailto:benjamin@python.org">benjamin@python.org</a>> a écrit :<br>
<div><div class="h5">> 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 (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<br>
> > touch asdl* ? The generated files are unchanged, it's only the<br>
> > timestamp that changed.<br>
> > * Can we, in theory, use new Pythons for asdl* code, because<br>
> > Python-ast.* are, in fact, checked in so they don't have to be<br>
> > rebuilt by the bots or users?<br>
><br>
> We should have the buildbots run "make touch", so they don't need to<br>
> run asdl_c.py.<br>
<br>
</div></div>So, you're gonna like this:<br>
<br>
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v<br>
Tools/hg/hgtouch.py:21: Warning: 'with' will become a reserved keyword in Python 2.6<br>
*** failed to import extension touch from Tools/hg/hgtouch.py: invalid syntax (hgtouch.py, line 21)<br>
hg: unknown command 'touch'<br>
<br>
<a href="http://buildbot.python.org/all/buildslaves/bolen-ubuntu" target="_blank">http://buildbot.python.org/all/buildslaves/bolen-ubuntu</a><br>
<br>
(that buildbot runs Ubuntu 8.04 LTS, for the record)<br></blockquote><div><br></div><div>We have to define a clear boundary between what needs to be compatible to old Pythons and what doesn't. As far as auto-generated files are concerned, once we set up the bots properly and fix the .hgtouch bugs, there's no reason for anyone to need an old Python for anything except the hgtouch extension itself. But the latter has to be back-ported to work on older Pythons (I suppose from 2.4, or is there reason to go earlier?)<br>

<br></div><div>FWIW Antoine, I'll be happy to help with the buildbot setup, but you'll have to tell me how to get access to our buildbot scripts :-) <br></div><div><br></div><div>Eli<br></div><div><br><br><br><br>

<br><br> </div></div></div></div>