]> granicus.if.org Git - python/commitdiff
missed this one on the previous multi-file checkin - see
authorSkip Montanaro <skip@pobox.com>
Tue, 3 Sep 2002 20:24:31 +0000 (20:24 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 3 Sep 2002 20:24:31 +0000 (20:24 +0000)
    http://python.org/sf/602191

Python/pystate.c

index 9a41ccffd462574a15fd4050d5120d036aa4a2fd..ad92ddec26973b19a0865e3f0c1e097c57f35099 100644 (file)
@@ -47,7 +47,6 @@ PyInterpreterState_New(void)
                interp->modules = NULL;
                interp->sysdict = NULL;
                interp->builtins = NULL;
-               interp->checkinterval = 10;
                interp->tstate_head = NULL;
 #ifdef HAVE_DLOPEN
 #ifdef RTLD_NOW
@@ -124,7 +123,6 @@ PyThreadState_New(PyInterpreterState *interp)
 
                tstate->frame = NULL;
                tstate->recursion_depth = 0;
-               tstate->ticker = 0;
                tstate->tracing = 0;
                tstate->use_tracing = 0;