Message374256
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? |
|
| Date |
User |
Action |
Args |
| 2020-07-25 12:27:07 | constantmarks | set | recipients:
+ constantmarks, gvanrossum, paul.moore, tim.golden, zach.ware, steve.dower |
| 2020-07-25 12:27:07 | constantmarks | set | messageid: <[email protected]> |
| 2020-07-25 12:27:07 | constantmarks | link | issue41362 messages |
| 2020-07-25 12:27:07 | constantmarks | create | |
|