mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
missed this one on the previous multi-file checkin - see
http://python.org/sf/602191
This commit is contained in:
parent
602d45194c
commit
066a8df3a4
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue