bpo-36440: include node names in ParserError messages, instead of numeric IDs by tyomitch · Pull Request #12565 · python/cpython
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, 2019This 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