cpython/Tools/peg_generator/pegen
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
..
__init__.py
__main__.py
ast_dump.py
build.py
c_generator.py GH-130396: Use computed stack limits on linux (GH-130398) 2025-02-25 09:24:48 +00:00
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