This crashes CPython on most machines (use a release build): ``` python3 -c 'import ast; ast.parse("+0"*209644)' ```