Skip to content

Commit d9e74bc

Browse files
author
Michiel de Hoon
committed
make clinic
1 parent 62c521c commit d9e74bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/clinic/posixmodule.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17313,7 +17313,7 @@ Calls PyOS_InputHook dropping the GIL first
1731317313

1731417314
static PyObject *
1731517315
os__inputhook_impl(PyObject *module)
17316-
/*[clinic end generated code: output=525aca4ef3c6149f input=fc531701930d064f]*/
17316+
/*[clinic end generated code: output=525aca4ef3c6149f input=b5018fa1ec3aa440]*/
1731717317
{
1731817318
int result = 0;
1731917319
if (PyOS_InputHook) {
@@ -17332,7 +17332,7 @@ Checks if PyOS_InputHook is set
1733217332

1733317333
static PyObject *
1733417334
os__is_inputhook_installed_impl(PyObject *module)
17335-
/*[clinic end generated code: output=3b3eab4f672c689a input=ff177c9938dd76d8]*/
17335+
/*[clinic end generated code: output=3b3eab4f672c689a input=757820f79f48820c]*/
1733617336
{
1733717337
return PyBool_FromLong(PyOS_InputHook != NULL);
1733817338
}

0 commit comments

Comments
 (0)