This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients eric.snow, loewis, meador.inge
Date 2011-10-22.19:03:24
SpamBayes Score 1.4732099e-07
Marked as misclassified No
Message-id <1319310205.15.0.503943075259.issue13243@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and just to be clear I reproduced the build break by doing:

./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl
make

in a built tree.  The reason that this wasn't caught is that the make
rules have the ASDL files as dependencies on the AST C files.  So, the
C files are *not* updated unless the ASDL files are.

Maybe we should change the build system to always regenerate the files
or add something to automation that regenerates the AST C file every
time.
History
Date User Action Args
2011-10-22 19:03:25meador.ingesetrecipients: + meador.inge, loewis, eric.snow
2011-10-22 19:03:25meador.ingesetmessageid: <1319310205.15.0.503943075259.issue13243@psf.upfronthosting.co.za>
2011-10-22 19:03:24meador.ingelinkissue13243 messages
2011-10-22 19:03:24meador.ingecreate