]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Jul 2022 10:19:22 +0000 (03:19 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 10:19:22 +0000 (12:19 +0200)
commit86eb500068bb62b74a3865bf25d82ba0b027b943
tree389f9fb657c975de9856249ab5276c447987b316
parent5a9920fcf5002d09f52532ccd33af12022dc11c1
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 00474472944944b346d8409cfded84bb299f601a)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Doc/data/python3.11.abi
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