]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 3 Jan 2022 18:29:18 +0000 (18:29 +0000)
committerGitHub <noreply@github.com>
Mon, 3 Jan 2022 18:29:18 +0000 (18:29 +0000)
commit9d35dedc5e7e940b639230fba93c763bd9f19c09
treeef78245f7f08d1012db04413feb61ba36c7c92b5
parentc960b191b8999a9455bb4b2c50dc224d06fee80c
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)" (GH-30363)

This reverts commit e9898bf153d26059261ffef11f7643ae991e2a4c temporarily as we want to confirm if this commit is the cause of a slowdown at startup time.
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst [deleted file]
Parser/parser.c
Parser/pegen.c
Tools/peg_generator/pegen/c_generator.py