[issue12152] Parser/asdl_c.py relies on mercurial repository revision

R. David Murray report at bugs.python.org
Mon May 23 15:15:10 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

asdl_c.py should not be run during a non-checkout build, since the files it builds should already have been (re)built and checked in by the time a release is rolled.  IIUC The release building script is supposed to ensure the timestamps of the files are such that it won't be called.  What source are you doing the non-checkout build from?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12152>
_______________________________________


More information about the Python-bugs-list mailing list