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 constantmarks
Recipients constantmarks, gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-25.12:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595680027.4.0.174656388295.issue41362@roundup.psfhosted.org>
In-reply-to
Content
Maybe I am doing something wrong.  I fetched the 3.10 alpha release, made a simple edit to line 93 in Grammer. 

pass_stmt: 'pass' | 'proceed'

Ran: 
>build.bat -d --regen

Successfully compiles with:
warning : Pegen updated. You will need to rebuild pythoncore to see the changes.

So I run:
> build.bat -d

But after all this I still get the runtime Name error that 'proceed' is not defined.

I have tried build.bat -t:cCleanAll bit it still does not work.  

Are there some extra steps with the new PEG parser?
History
Date User Action Args
2020-07-25 12:27:07constantmarkssetrecipients: + constantmarks, gvanrossum, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-25 12:27:07constantmarkssetmessageid: <1595680027.4.0.174656388295.issue41362@roundup.psfhosted.org>
2020-07-25 12:27:07constantmarkslinkissue41362 messages
2020-07-25 12:27:07constantmarkscreate