Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Regen clinic
  • Loading branch information
erlend-aasland committed Dec 21, 2023
commit 14315d42df674a3ee93f4e7140d8f19b3d874897
4 changes: 2 additions & 2 deletions Objects/clinic/unicodeobject.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Objects/unicodeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -12705,7 +12705,7 @@ Splitting starts at the end of the string and works to the front.

static PyObject *
unicode_rsplit_impl(PyObject *self, PyObject *sep, Py_ssize_t maxsplit)
/*[clinic end generated code: output=c2b815c63bcabffc input=ea78406060fce33c]*/
/*[clinic end generated code: output=c2b815c63bcabffc input=e58ee898aeab2b5e]*/
{
if (sep == Py_None)
return rsplit(self, NULL, maxsplit);
Expand Down