mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
needforspeed: added rpartition implementation
This commit is contained in:
parent
be9f219e40
commit
b3167cbcd7
5 changed files with 166 additions and 2 deletions
|
@ -95,3 +95,10 @@ fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n,
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
Local variables:
|
||||
c-basic-offset: 4
|
||||
indent-tabs-mode: nil
|
||||
End:
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue