[issue13243] _Py_identifier should be _Py_IDENTIFER

Meador Inge report at bugs.python.org
Sat Oct 22 21:03:25 CEST 2011


Meador Inge <meadori at gmail.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list