Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 066a8df

Browse files
author
Skip Montanaro
committed
missed this one on the previous multi-file checkin - see
http://python.org/sf/602191
1 parent 602d451 commit 066a8df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/pystate.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ PyInterpreterState_New(void)
4747
interp->modules = NULL;
4848
interp->sysdict = NULL;
4949
interp->builtins = NULL;
50-
interp->checkinterval = 10;
5150
interp->tstate_head = NULL;
5251
#ifdef HAVE_DLOPEN
5352
#ifdef RTLD_NOW
@@ -124,7 +123,6 @@ PyThreadState_New(PyInterpreterState *interp)
124123

125124
tstate->frame = NULL;
126125
tstate->recursion_depth = 0;
127-
tstate->ticker = 0;
128126
tstate->tracing = 0;
129127
tstate->use_tracing = 0;
130128

0 commit comments

Comments
 (0)