]> granicus.if.org Git - python/commit
needforspeed: stringlib refactoring, continued. added count and
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 19:24:53 +0000 (19:24 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 19:24:53 +0000 (19:24 +0000)
commit58b5e84d52bc15ff1cae26ecff36e5a99d6715b6
tree0884631f9ac8578ce1c94c6fa372494265524ba8
parenta26de2a80fce5070155b3facb126c176988f4513
needforspeed: stringlib refactoring, continued.  added count and
find helpers; updated unicodeobject to use stringlib_count
Objects/stringlib/count.h [new file with mode: 0644]
Objects/stringlib/find.h [new file with mode: 0644]
Objects/stringlib/partition.h
Objects/stringobject.c
Objects/unicodeobject.c