]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38131: Improve messages when generating AST nodes from objects with wrong field...
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 4 Jun 2026 10:58:51 +0000 (13:58 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2026 10:58:51 +0000 (10:58 +0000)
commit3ff2117ea35195c90a766efacd66ac91b77437cc
treedd48153395a33209896b6a3ce7120ac66c459ee4
parentcb064e746de210fea8639b986c8d2a573b71c48f
bpo-38131: Improve messages when generating AST nodes from objects with wrong field values (GH-17715)
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Core_and_Builtins/2019-12-27-19-20-33.bpo-38131.J5fv54.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c