Commit e9898bf
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (pythonGH-30177)
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>1 parent 6ca78af commit e9898bf
File tree
5 files changed
+4608
-3203
lines changed- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Parser
- Tools/peg_generator/pegen
5 files changed
+4608
-3203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1729 | 1729 | | |
1730 | 1730 | | |
1731 | 1731 | | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
1732 | 1740 | | |
1733 | 1741 | | |
1734 | 1742 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments