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 cf35869 commit 0525ac5Copy full SHA for 0525ac5
Objects/bytearrayobject.c
@@ -1792,11 +1792,6 @@ bytearray.split
1792
Return a list of the sections in the bytearray, using sep as the delimiter.
1793
[clinic start generated code]*/
1794
1795
-static PyObject *
1796
-bytearray_split_impl(PyByteArrayObject *self, PyObject *sep,
1797
- Py_ssize_t maxsplit)
1798
-/*[clinic end generated code: output=833e2cf385d9a04d input=dd9f6e2910cc3a34]*/
1799
-
1800
1801
static PyObject *
1802
bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit)
0 commit comments