summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 5fc098d..d59a04f 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -195,7 +195,7 @@ static struct methodlist sys_methods[] = {
#endif
{"setprofile", sys_setprofile, 0},
{"settrace", sys_settrace, 0},
- {"setcheckinterval", sys_setcheckinterval, 0},
+ {"setcheckinterval", sys_setcheckinterval, 1},
{NULL, NULL} /* sentinel */
};