Skip to content
Merged
Prev Previous commit
Next Next commit
Regen clinic
  • Loading branch information
erlend-aasland committed Apr 3, 2024
commit 655a6a88fed9035838e9fe389766024f22568c29
2 changes: 1 addition & 1 deletion Objects/bytearrayobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ Return True if the bytearray starts with the specified prefix, False otherwise.
static PyObject *
bytearray_startswith_impl(PyByteArrayObject *self, PyObject *subobj,
Py_ssize_t start, Py_ssize_t end)
/*[clinic end generated code: output=a3d9b6d44d3662a6 input=1bb77e6e964116b5]*/
/*[clinic end generated code: output=a3d9b6d44d3662a6 input=5815c1138cf1ba28]*/
{
return _Py_bytes_startswith(PyByteArray_AS_STRING(self), PyByteArray_GET_SIZE(self),
subobj, start, end);
Expand Down
8 changes: 2 additions & 6 deletions Objects/clinic/bytearrayobject.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.