summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-01-03 18:29:18 (GMT)
committerGitHub <noreply@github.com>2022-01-03 18:29:18 (GMT)
commit9d35dedc5e7e940b639230fba93c763bd9f19c09 (patch)
treeef78245f7f08d1012db04413feb61ba36c7c92b5 /Misc/NEWS.d
parentc960b191b8999a9455bb4b2c50dc224d06fee80c (diff)
downloadcpython-9d35dedc5e7e940b639230fba93c763bd9f19c09.zip
cpython-9d35dedc5e7e940b639230fba93c763bd9f19c09.tar.gz
cpython-9d35dedc5e7e940b639230fba93c763bd9f19c09.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst b/Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst
deleted file mode 100644
index 593d285..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2021-12-18-02-37-07.bpo-46110.B6hAfu.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add a maximum recursion check to the PEG parser to avoid stack overflow.
-Patch by Pablo Galindo