]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes ...
authorCurtis Bucher <cpbucher5@gmail.com>
Tue, 5 May 2020 19:40:56 +0000 (12:40 -0700)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 19:40:56 +0000 (20:40 +0100)
commitc21c51235aa8061da6b0593d6f857f42fd92fd8b
treebbac12bdb68cdaa5d3317cd6de8e2e47d2724c83
parentfb2c7c4afbab0514352ab0246b0c0cc85d1bba53
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-05-02-14-24-48.bpo-40355.xTujaB.rst [new file with mode: 0644]