[3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by pablogsal · Pull Request #12671 · python/cpython
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters