mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
init sys_checkinterval to 10
This commit is contained in:
parent
527c2643d1
commit
9a1f388676
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Data members:
|
|||
#include "osdefs.h"
|
||||
|
||||
object *sys_trace, *sys_profile;
|
||||
int sys_checkinterval;
|
||||
int sys_checkinterval = 10;
|
||||
|
||||
static object *sysdict;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue