[3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by pablogsal · Pull Request #12671 · python/cpython

@tyomitch @pablogsal

…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>