]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 28 Mar 2024 10:30:31 +0000 (04:30 -0600)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 10:30:31 +0000 (11:30 +0100)
commit4c71d51a4b7989fc8754ba512c40e21666f9db0d
tree698a1996cb489c6426a6353c033983435640c143
parent8cb7d7ff86a1a2d41195f01ba4f218941dd7308c
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)

Fix crashes on user-created AST subclasses
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2024-03-26-17-22-38.gh-issue-117266.Kwh79O.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c