Skip to content

Commit

Permalink
Run make clinic
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Dec 13, 2024
1 parent 26a5a56 commit 4375566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Modules/_testcapi/clinic/file.c.h

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

2 changes: 1 addition & 1 deletion Modules/_testcapi/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Call Py_fopen(), fread(256) and Py_fclose(). Return read bytes.

static PyObject *
_testcapi_py_fopen_impl(PyObject *module, PyObject *path, const char *mode)
/*[clinic end generated code: output=5a900af000f759de input=0878c2f9333abd60]*/
/*[clinic end generated code: output=5a900af000f759de input=d7e7b8f0fd151953]*/
{
FILE *fp = Py_fopen(path, mode);
if (fp == NULL) {
Expand Down

0 comments on commit 4375566

Please sign in to comment.