Skip to content

Commit 4375566

Browse files
committed
Run make clinic
1 parent 26a5a56 commit 4375566

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/_testcapi/clinic/file.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/_testcapi/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Call Py_fopen(), fread(256) and Py_fclose(). Return read bytes.
2222

2323
static PyObject *
2424
_testcapi_py_fopen_impl(PyObject *module, PyObject *path, const char *mode)
25-
/*[clinic end generated code: output=5a900af000f759de input=0878c2f9333abd60]*/
25+
/*[clinic end generated code: output=5a900af000f759de input=d7e7b8f0fd151953]*/
2626
{
2727
FILE *fp = Py_fopen(path, mode);
2828
if (fp == NULL) {

0 commit comments

Comments
 (0)