]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jun 2022 13:05:40 +0000 (06:05 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 13:05:40 +0000 (14:05 +0100)
commit90f9b8b9e8f55ffb326ef33df758d53b725ccde7
tree1021f2eb448ddb21a64499448a8e84eff12928d7
parentd779e5d16e0638296c2dd571585303a155b885ee
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) (GH-93414)

(cherry picked from commit 8a221a853787c18d5acaf46f5c449d28339cde21)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Python/ast.c