[issue46936] Fix grammar_grapher with the new forced directive

2022-03-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46936] Fix grammar_grapher with the new forced directive

2022-03-07 Thread Luca
Change by Luca : -- pull_requests: +29842 pull_request: https://github.com/python/cpython/pull/31719 ___ Python tracker ___ ___ Pyth

[issue46936] Fix grammar_grapher with the new forced directive

2022-03-06 Thread Luca
Change by Luca : -- keywords: +patch pull_requests: +29823 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31704 ___ Python tracker ___ ___

[issue46936] Fix grammar_grapher with the new forced directive

2022-03-06 Thread Luca
New submission from Luca : The grammar_grapher.py utility has not been updated after the introduction of the new "forced" directive ('&&') in the grammar (see https://github.com/python/cpython/pull/24292) and fails to visualize the current Python grammar. -- components: Parser messa