[issue41362] Regenerating parser table fails (windows)

2020-07-27 Thread Constant Marks
Constant Marks added the comment: Thanks for the help. I got my modification working by modifying the python.gram file and running build.bat --regen. -- ___ Python tracker <https://bugs.python.org/issue41

[issue41362] Regenerating parser table fails (windows)

2020-07-25 Thread Constant Marks
Constant Marks added the comment: Thanks. I will check it out when I get back in front of my computer. On Sat, Jul 25, 2020 at 4:22 PM Guido van Rossum wrote: > > Guido van Rossum added the comment: > > Sorry, I realize what's wrong here. When we switched to the new

[issue41362] Regenerating parser table fails (windows)

2020-07-25 Thread Constant Marks
Constant Marks 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. Y

[issue41362] Regenerating parser table fails (windows)

2020-07-21 Thread Constant Marks
New submission from Constant Marks : When calling `build.bat -d --regen' the graminit.c and graminit.h files are not generated with the following warnings: Time Elapsed 00:02:49.06 Killing any running python_d.exe instances... Getting build info from "C:\Program Files\Git\c