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 pjx206
Recipients pjx206
Date 2021-03-20.11:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616238138.44.0.687655765468.issue43567@roundup.psfhosted.org>
In-reply-to
Content
I tried to modify Grammar/python.gram, Grammar/Tokens, Parser/Python.asdl, to add a new token to the grammar. And when using `build.bat --regen`, only parser.c is newly generated. Other files, as mentioned in https://devguide.python.org/grammar/ that should be updated:ast.c, Python-ast.h etc.
regen.vcxproj is now not capable for the new PEG parser. So an update is need.
History
Date User Action Args
2021-03-20 11:02:18pjx206setrecipients: + pjx206
2021-03-20 11:02:18pjx206setmessageid: <1616238138.44.0.687655765468.issue43567@roundup.psfhosted.org>
2021-03-20 11:02:18pjx206linkissue43567 messages
2021-03-20 11:02:18pjx206create