]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 20 Dec 2021 15:43:26 +0000 (15:43 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Dec 2021 15:43:26 +0000 (15:43 +0000)
commite9898bf153d26059261ffef11f7643ae991e2a4c
tree07923519cbb9265c39c1d7139ae725b4db7ac586
parent6ca78affc8023bc5023189d64d8050857662042a
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Tools/peg_generator/pegen/c_generator.py