commit | 548148810bfb4f44450a93f98912a5eee07d4303 | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Jan 31 18:34:13 2006 +0000 |
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Jan 31 18:34:13 2006 +0000 |
tree | 88623393a45b07172e65a21e579f0dbd9f7f8cd6 | |
parent | c81e3a63af37630a49d1df6b4a52436aa1d6bf4e [diff] |
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.