Skip to content

Commit 1154cfe

Browse files
committed
Rerun clinic.
1 parent be49c26 commit 1154cfe

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

Python/clinic/sysmodule.c.h

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

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ This function should be used for specialized purposes only.
985985

986986
static int
987987
sys__is_immortal_impl(PyObject *module, PyObject *op)
988-
/*[clinic end generated code: output=c2f5d6a80efb8d1a input=83733fc356c78475]*/
988+
/*[clinic end generated code: output=c2f5d6a80efb8d1a input=4609c9bf5481db76]*/
989989
{
990990
return PyUnstable_IsImmortal(op);
991991
}

0 commit comments

Comments
 (0)