]> granicus.if.org Git - python/commit
needforspeed: use Py_ssize_t for the fastsearch counter and skip
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 10:27:17 +0000 (10:27 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 10:27:17 +0000 (10:27 +0000)
commitf2c0dfdb138c44ce230d86f9429a373e6e160307
tree8092b08c44feacdddd883df2f77906f46b7870d9
parent450277fef50c213b14b88c4fe939bd32eeecee36
needforspeed: use Py_ssize_t for the fastsearch counter and skip
length (thanks, neal!).  and yes, I've verified that this doesn't
slow things down ;-)
Objects/stringobject.c
Objects/unicodeobject.c