diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2006-01-31 18:34:13 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2006-01-31 18:34:13 (GMT) |
commit | 548148810bfb4f44450a93f98912a5eee07d4303 (patch) | |
tree | 88623393a45b07172e65a21e579f0dbd9f7f8cd6 /Misc | |
parent | c81e3a63af37630a49d1df6b4a52436aa1d6bf4e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |