]> granicus.if.org Git - python/commit
needforspeed: use METH_O for argument handling, which made partition some
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 09:46:59 +0000 (09:46 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 09:46:59 +0000 (09:46 +0000)
commit450277fef50c213b14b88c4fe939bd32eeecee36
treee94a377d67075581188015bc2e4d6a7a736553c5
parent0c93ff67097f3cb524ac6f7247bd29f487352471
needforspeed: use METH_O for argument handling, which made partition some
~15% faster for the current tests (which is noticable faster than a corre-
sponding find call).  thanks to neal-who-never-sleeps for the tip.
Objects/stringobject.c
Objects/unicodeobject.c