New submission from Skip Montanaro <s...@pobox.com>:

I'm working my way through the steps necessary to check out and build
all versions of Python since 2.4 using Mercurial checkouts.  I encountered
my first problem with 2.5.  It seems the Mercurial checkout creates the
Python-ast.[ch] files before the files they depend on.  This causes an
initial checkout to try and run Python.  I don't know if Mercurial can
be tweaked to guarantee checkout order or not.  Would be nice if it could.
The workaround is simple, just touch the two files.

----------
messages: 130203
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: Python-ast.[ch] out-of-date w.r.t. sources in fresh 2.5 checkout

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11419>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to