Skip to content

Commit cf35869

Browse files
committed
fix: fix code regen
1 parent 1bb7bc0 commit cf35869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/bytearrayobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ bytearray_split_impl(PyByteArrayObject *self, PyObject *sep,
17971797
Py_ssize_t maxsplit)
17981798
/*[clinic end generated code: output=833e2cf385d9a04d input=dd9f6e2910cc3a34]*/
17991799

1800+
18001801
static PyObject *
18011802
bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit)
18021803
{

0 commit comments

Comments
 (0)