We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0a8a4 commit f2afe09Copy full SHA for f2afe09
Objects/bytearrayobject.c
@@ -1792,9 +1792,9 @@ bytearray.split
1792
Return a list of the sections in the bytearray, using sep as the delimiter.
1793
[clinic start generated code]*/
1794
1795
-
1796
static PyObject *
1797
-bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit)
+bytearray_split_impl(PyByteArrayObject *self, PyObject *sep,
+ Py_ssize_t maxsplit)
1798
/*[clinic end generated code: output=833e2cf385d9a04d input=dd9f6e2910cc3a34]*/
1799
{
1800
PyObject *list = NULL;
0 commit comments