]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Dec 2023 19:20:07 +0000 (21:20 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2023 19:20:07 +0000 (19:20 +0000)
commitd58a5f453f59f44ccf09b1a9b11a0b879ac6f35b
tree8499a750b08b12fabc40c6a3be26cf96ca1d75a8
parent2c07540e7d2a271d09bcca2f7731a8c60cd38350
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472)

(cherry picked from commit 48c49739f5502fc7aa82f247ab2e4d7b55bdca62)

Co-authored-by: Yilei Yang <yileiyang@google.com>
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