Use CPython's implementation of str_rsplit
The organization is kind of hacky since we have to copy str_rsplit into stringobject.c so it can be use stringlib, but we want to reference it from str.cpp.
Showing
Please register or sign in to comment