[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 _

[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 PEG parser > (the "pegen

[issue41362] Regenerating parser table fails (windows)

2020-07-25 Thread Guido van Rossum
Guido van Rossum added the comment: Sorry, I realize what's wrong here. When we switched to the new PEG parser (the "pegen" you saw mentioned in the warning) we switched to a new grammar file. You have to change Grammar/python.gram instead of Grammar/Grammar. We couldn't get rid of the Gramm

[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. You will need to rebuild pythoncor

[issue41362] Regenerating parser table fails (windows)

2020-07-24 Thread Guido van Rossum
Guido van Rossum added the comment: Is this really worth our attention? In 3.10 this will be irrelevant. -- nosy: +gvanrossum ___ Python tracker ___ __

[issue41362] Regenerating parser table fails (windows)

2020-07-21 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ __

[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\cmd\git.exe" Bu