[PATCH] Large clone chewing CPU

vadim at mbdsys.com vadim at mbdsys.com
Thu Sep 1 18:17:43 CDT 2005


Brian,
looking at stringbuffer.splitat  function;

    def splitat(self, x):
        head, tail = [], []
        count = prev = i = 0
        if x < 0: x += self._len
#  I beleive it should be: 
        if x < 0: x += self.lens
...........


Vadim




More information about the Mercurial mailing list