mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
||||
{"setprofile", sys_setprofile, 0},
|
||||
{"settrace", sys_settrace, 0},
|
||||
{"setcheckinterval", sys_setcheckinterval, 0},
|
||||
{"setcheckinterval", sys_setcheckinterval, 1},
|
||||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue