]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call...
authorYilei Yang <yileiyang@google.com>
Mon, 25 Dec 2023 17:36:59 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2023 17:36:59 +0000 (19:36 +0200)
commit48c49739f5502fc7aa82f247ab2e4d7b55bdca62
tree7aced30404f8387a02ee8f9b391baf7b83d0d27f
parent3f5eb3e6c75b874db1a83c9d53e824e56fcad02e
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)

Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
Include/internal/pycore_ast_state.h
Misc/NEWS.d/next/Core and Builtins/2023-12-13-11-45-53.gh-issue-106905.5dslTN.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c