This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix grammar_grapher with the new forced directive
Type: Stage: resolved
Components: Parser Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: lucach, lys.nikolaou, pablogsal
Priority: normal Keywords: patch

Created on 2022-03-06 08:39 by lucach, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31704 merged lucach, 2022-03-06 08:40
PR 31719 merged lucach, 2022-03-07 14:53
Messages (1)
msg414608 - (view) Author: Luca (lucach) * Date: 2022-03-06 08:39
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.
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91092
2022-03-07 14:54:23pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-07 14:53:57lucachsetpull_requests: + pull_request29842
2022-03-06 08:40:14lucachsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29823
2022-03-06 08:39:25lucachcreate