Skip to content

Commit eb0a8a4

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

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
@@ -1795,6 +1795,7 @@ Return a list of the sections in the bytearray, using sep as the delimiter.
17951795

17961796
static PyObject *
17971797
bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit)
1798+
/*[clinic end generated code: output=833e2cf385d9a04d input=dd9f6e2910cc3a34]*/
17981799
{
17991800
PyObject *list = NULL;
18001801
_Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED((PyObject *)self);

0 commit comments

Comments
 (0)