Skip to content

Commit a7a0775

Browse files
committed
clinic
1 parent 52a83fa commit a7a0775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/clinic/posixmodule.c.h

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

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11454,7 +11454,7 @@ used to check for errors without reading data). Never returns a negative value.
1145411454

1145511455
static Py_ssize_t
1145611456
os_readinto_impl(PyObject *module, int fd, Py_buffer *buffer)
11457-
/*[clinic end generated code: output=8091a3513c683a80 input=7485bbbb143bf7e8]*/
11457+
/*[clinic end generated code: output=8091a3513c683a80 input=2a0ac4256f469f93]*/
1145811458
{
1145911459
assert(buffer->len >= 0);
1146011460
Py_ssize_t result = _Py_read(fd, buffer->buf, buffer->len);

0 commit comments

Comments
 (0)