[issue41362] Regenerating parser table fails (windows)

Constant Marks report at bugs.python.org
Sat Jul 25 08:27:07 EDT 2020


Constant Marks <crmarksv at gmail.com> added the comment:

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?

----------

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


More information about the Python-bugs-list mailing list