]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH...
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Thu, 19 Mar 2020 11:32:28 +0000 (14:32 +0300)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 11:32:28 +0000 (11:32 +0000)
commit0ac59f93c0e3f91fd994d7245578cce65654fb22
treec1eab66af2739b9b8aa257b082fac7b732a55983
parent50e6e991781db761c496561a995541ca8d83ff87
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-03-18-12-54-25.bpo-40000.FnsPZC.rst [new file with mode: 0644]
Python/ast.c