]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
authorBrian Schubert <brianm.schubert@gmail.com>
Tue, 28 Apr 2026 02:51:06 +0000 (22:51 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2026 02:51:06 +0000 (02:51 +0000)
commitd2f506ae07e0bc097039634a28cf85b5d804ef72
tree68458d03b8c277d1034f5527570e1a5e1e2121a4
parent29a92abb6052cdbbecf97f24f576e29da88d12fc
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/ast.rst
Doc/whatsnew/3.15.rst
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-09-19-00-36.gh-issue-137600.p_p6OU.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c