cpython/Lib/test/test_ast
Hood Chatham 43634fc1fc
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Added skips for tests known to cause problems when running on Emscripten. 
These mostly relate to the limited stack depth on Emscripten.
2024-12-05 08:26:25 +08: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-127146: Emscripten: Skip segfaults in test suite (#127151) 2024-12-05 08:26:25 +08:00
utils.py