]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Apr 2021 10:38:00 +0000 (13:38 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 10:38:00 +0000 (13:38 +0300)
commitface87c94e67ad9c72b9a3724f112fd76c1002b9
tree13d540eb4c3be35aff2f66bf981e300930ac0b49
parentb5adc8a7e5c13d175b4d3e53b37bc61de35b1457
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Include/internal/pycore_compile.h
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2020-12-12-14-28-31.bpo-42609.Qcd54b.rst [new file with mode: 0644]
Python/ast.c
Python/ast_opt.c