]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
init sys_checkinterval to 10
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 11:01:58 +0000 (11:01 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 11:01:58 +0000 (11:01 +0000)
Python/sysmodule.c

index e526652d8a688567a39f78b9a246011f111c77fa..18ded1f6bd43bcc27603520e72ac44c20195de16 100644 (file)
@@ -45,7 +45,7 @@ Data members:
 #include "osdefs.h"
 
 object *sys_trace, *sys_profile;
-int sys_checkinterval;
+int sys_checkinterval = 10;
 
 static object *sysdict;