cpython/Lib/test/test_ast
Mark Shannon 014223649c
GH-130396: Use computed stack limits on linux (GH-130398)
* Implement C recursion protection with limit pointers for Linux, MacOS and Windows

* Remove calls to PyOS_CheckStack

* Add stack protection to parser

* Make tests more robust to low stacks

* Improve error messages for stack overflow
2025-02-25 09:24:48 +00:00
..
data gh-116022: Improve `repr()` of AST nodes (#117046) 2024-09-18 10:28:22 -07:00
__init__.py
snippets.py gh-122666: Tests for ast optimizations (#122667) 2024-08-26 19:27:22 +00:00
test_ast.py GH-130396: Use computed stack limits on linux (GH-130398) 2025-02-25 09:24:48 +00:00
utils.py gh-126835: Move constant unaryop & binop folding to CFG (#129550) 2025-02-21 17:54:22 +00:00