Skip to content

Commit 9b714f2

Browse files
committed
Regenerate clinic
1 parent 59c763e commit 9b714f2

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

Modules/_io/clinic/fileio.c.h

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_io/fileio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ data is available (EAGAIN is returned before bytes are read) returns None.
734734

735735
static PyObject *
736736
_io_FileIO_readall_impl(fileio *self)
737-
/*[clinic end generated code: output=faa0292b213b4022 input=dbdc137f55602834]*/
737+
/*[clinic end generated code: output=faa0292b213b4022 input=5f8c884ba8aa1a3e]*/
738738
{
739739
Py_off_t pos, end;
740740
PyObject *result;
@@ -861,7 +861,7 @@ bytes object at EOF.
861861

862862
static PyObject *
863863
_io_FileIO_read_impl(fileio *self, PyTypeObject *cls, Py_ssize_t size)
864-
/*[clinic end generated code: output=bbd749c7c224143e input=f613d2057e4a1918]*/
864+
/*[clinic end generated code: output=bbd749c7c224143e input=a508789e8d9468b4]*/
865865
{
866866
char *ptr;
867867
Py_ssize_t n;

0 commit comments

Comments
 (0)