]> granicus.if.org Git - python/commit
Patch #1413711: Certain patterns of differences were making difflib
authorGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 31 Jan 2006 18:34:13 +0000 (18:34 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 31 Jan 2006 18:34:13 +0000 (18:34 +0000)
commit548148810bfb4f44450a93f98912a5eee07d4303
tree88623393a45b07172e65a21e579f0dbd9f7f8cd6
parentc81e3a63af37630a49d1df6b4a52436aa1d6bf4e
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.
Lib/difflib.py
Lib/test/test_difflib.py
Misc/NEWS