]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 16 Feb 2025 13:32:39 +0000 (13:32 +0000)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2025 13:32:39 +0000 (13:32 +0000)
commitc9b1bf302ce67031e0309a9b0ea55ecdd68ed682
tree65fc48a20bef7d7921502bc5c1e7859b41c70871
parent2e8044a4f74f5fc19e5249139c171403aff0118d
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Doc/whatsnew/3.14.rst
Include/internal/pycore_ast.h
Lib/test/test_ast/test_ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2025-02-15-01-37-47.gh-issue-130139.gntc7B.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c