bpo-36440: include node names in ParserError messages, instead of numeric IDs by tyomitch · Pull Request #12565 · python/cpython

pablogsal

pablogsal

serhiy-storchaka

serhiy-storchaka

serhiy-storchaka

pablogsal

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Apr 3, 2019
…of numeric IDs (pythonGH-12565)

The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors..
(cherry picked from commit cb0748d)

Co-authored-by: tyomitch <tyomitch@gmail.com>

pablogsal added a commit that referenced this pull request

Apr 3, 2019
…of numeric IDs (GH-12565) (GH-12671)

The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors..
(cherry picked from commit cb0748d)

Co-authored-by: tyomitch <tyomitch@gmail.com>