]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 May 2020 20:00:57 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 20:00:57 +0000 (13:00 -0700)
commit2a3b876b0286b22a9058510d9e51dc4d60eeb89a
treec71a4a368b32e1c1ec86e95ea90e7f000c5e74a9
parenta6a116c1b964b3d1fdff0f533861ed2a2227de1f
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit c21c51235aa8061da6b0593d6f857f42fd92fd8b)

Co-authored-by: Curtis Bucher <cpbucher5@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]