]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
authorBrian Schubert <brianm.schubert@gmail.com>
Sat, 2 May 2026 16:50:06 +0000 (12:50 -0400)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 16:50:06 +0000 (09:50 -0700)
commitbdedc4a20e09ea2e6af64bd0430724e44056207e
treee9aae90c51559e756faea1a16d7d58346548621a
parentb1d62317362055da7e2248a76a00c0f46cacac7a
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/deprecations/pending-removal-in-3.20.rst
Doc/library/ast.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_ast_state.h
Lib/test/test_ast/test_ast.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-16-12-56-08.gh-issue-116021.hMN9yw.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c