Jack Diederich schrieb: > __ Parser/Python.asdl may need changes to match the Grammar. > Use Parser/asdl_c.py to regenerate Include/Python-ast.h
On Unix, make will automatically run it when Python.asdl changes. > __ Python/Python-ast.c may need changes to create the AST > objects involved with the Grammar change. This will also change when asdl_c.py runs. > __ Parser/pgen needs to be rerun to regenerate Include/graminit.h > and Include/graminit.c This will also be done by the makefile automatically. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com