Skip to content

Commit 0525ac5

Browse files
committed
fix: fix code regen
1 parent cf35869 commit 0525ac5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Objects/bytearrayobject.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,11 +1792,6 @@ bytearray.split
17921792
Return a list of the sections in the bytearray, using sep as the delimiter.
17931793
[clinic start generated code]*/
17941794

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-
18001795

18011796
static PyObject *
18021797
bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit)

0 commit comments

Comments
 (0)