]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95185: Check recursion depth in the AST constructor (#95186)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 24 Jul 2022 14:58:52 +0000 (15:58 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 14:58:52 +0000 (15:58 +0100)
commit00474472944944b346d8409cfded84bb299f601a
tree3f8fce146302fb3f681544c8981b6ee46a86d621
parent3c94d3395edbcd299cbdacd09660ed88e654eeef
gh-95185: Check recursion depth in the AST constructor (#95186)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/internal/pycore_ast_state.h
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2022-07-24-00-27-47.gh-issue-95185.ghYTZx.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c