]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28964: add line number of node (if available) to ast.literal_eval error messages...
authorIrit Katriel <iritkatriel@yahoo.com>
Fri, 25 Dec 2020 17:04:31 +0000 (17:04 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 17:04:31 +0000 (20:04 +0300)
commit586f3dbe15139cafb2a6ffb82cea146906561844
tree0de5a1236469ee1a791f11d378d2c65e52f45faa
parentbb70b2afe39ad4334a9f3449cddd28149bd628b6
bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677)
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-12-07-13-21-00.bpo-28964.UTQikc.rst [new file with mode: 0644]