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