[New-bugs-announce] [issue43567] regen.vcxproj cannot regenerate some necessary files

Jiaxin Peng report at bugs.python.org
Sat Mar 20 07:02:18 EDT 2021


New submission from Jiaxin Peng <pjx206 at 163.com>:

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.

----------
components: Build
messages: 389155
nosy: pjx206
priority: normal
severity: normal
status: open
title: regen.vcxproj cannot regenerate some necessary files
type: compile error
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43567>
_______________________________________


More information about the New-bugs-announce mailing list