Commit b0352fa3 authored by Guido van Rossum's avatar Guido van Rossum

fix args options for setcheckinterval

parent beeda8a7
...@@ -195,7 +195,7 @@ static struct methodlist sys_methods[] = { ...@@ -195,7 +195,7 @@ static struct methodlist sys_methods[] = {
#endif #endif
{"setprofile", sys_setprofile, 0}, {"setprofile", sys_setprofile, 0},
{"settrace", sys_settrace, 0}, {"settrace", sys_settrace, 0},
{"setcheckinterval", sys_setcheckinterval, 0}, {"setcheckinterval", sys_setcheckinterval, 1},
{NULL, NULL} /* sentinel */ {NULL, NULL} /* sentinel */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment