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 gvanrossum, pjx206, steve.dower
Date 2021-03-31.04:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617164650.37.0.563077240876.issue43567@roundup.psfhosted.org>
In-reply-to
Content
The regen.vcxproj was modified but not test well. In the first version of regen.vcxproj there were such build targets:

_RegenGrammar(BeforeTargets="Build") -> _RegenAST_H -> _RegenAST_C -> _RegenOpcodes -> _RegenTokens -> _RegenKeywords -> _RegenSymbols

In commit 1ed83ad: bpo-40939: Remove the old parser (GH-20768),
"_RegenGrammar" was removed, but there's still "_RegenAST_H" as AfterTargets of "_RegenGrammar".

@gvanrossum sorry about removing nosy folks, This website displays in my language so I did not realize what is "nosy list".
History
Date User Action Args
2021-03-31 04:24:10pjx206setrecipients: + pjx206, gvanrossum, steve.dower
2021-03-31 04:24:10pjx206setmessageid: <1617164650.37.0.563077240876.issue43567@roundup.psfhosted.org>
2021-03-31 04:24:10pjx206linkissue43567 messages
2021-03-31 04:24:10pjx206create