summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pystate.c')
-rw-r--r--Python/pystate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pystate.c b/Python/pystate.c
index 192c4c1..cca1e7c 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -109,6 +109,7 @@ PyThreadState_New(PyInterpreterState *interp)
tstate->recursion_depth = 0;
tstate->ticker = 0;
tstate->tracing = 0;
+ tstate->use_tracing = 0;
tstate->dict = NULL;