summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2006-01-31 18:34:13 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2006-01-31 18:34:13 (GMT)
commit548148810bfb4f44450a93f98912a5eee07d4303 (patch)
tree88623393a45b07172e65a21e579f0dbd9f7f8cd6 /Misc
parentc81e3a63af37630a49d1df6b4a52436aa1d6bf4e (diff)
downloadcpython-548148810bfb4f44450a93f98912a5eee07d4303.zip
cpython-548148810bfb4f44450a93f98912a5eee07d4303.tar.gz
cpython-548148810bfb4f44450a93f98912a5eee07d4303.tar.bz2
Patch #1413711: Certain patterns of differences were making difflib
touch the recursion limit. The applied patch inlines the recursive __helper method in a non-recursive way.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 830583c..484b50a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -676,6 +676,9 @@ Library
- ` uu.encode()`` and ``uu.decode()`` now support unicode filenames.
+- Patch #1413711: Certain patterns of differences were making difflib
+ touch the recursion limit.
+
Build
-----