mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
fix args options for setcheckinterval
This commit is contained in:
parent
beeda8a7ba
commit
b0352fa3fc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue