mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| ast_dump.py | ||
| build.py | ||
| c_generator.py | ||
| first_sets.py | ||
| grammar.py | ||
| grammar_parser.py | ||
| grammar_visualizer.py | ||
| keywordgen.py | ||
| metagrammar.gram | ||
| parser.py | ||
| parser_generator.py | ||
| python_generator.py | ||
| sccutils.py | ||
| testutil.py | ||
| tokenizer.py | ||
| validator.py | ||