diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-03-06 16:59:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 16:59:16 (GMT) |
commit | 6b49cc64a44bdf86e9c7ed1e58ed4033ac32e906 (patch) | |
tree | 0c776ad667b578971f84f0a005cd43a7fcb1a014 /Misc/NEWS.d | |
parent | f5280e2ed8a673bc01adf86e4019e3ea1a150f5a (diff) | |
download | cpython-6b49cc64a44bdf86e9c7ed1e58ed4033ac32e906.zip cpython-6b49cc64a44bdf86e9c7ed1e58ed4033ac32e906.tar.gz cpython-6b49cc64a44bdf86e9c7ed1e58ed4033ac32e906.tar.bz2 |
[3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102474)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-03-06-13-05-33.gh-issue-102416.dz6K5f.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-03-06-13-05-33.gh-issue-102416.dz6K5f.rst b/Misc/NEWS.d/next/Core and Builtins/2023-03-06-13-05-33.gh-issue-102416.dz6K5f.rst new file mode 100644 index 0000000..9ffc67c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-03-06-13-05-33.gh-issue-102416.dz6K5f.rst @@ -0,0 +1 @@ +Do not memoize incorrectly automatically generated loop rules in the parser. Patch by Pablo Galindo. |