summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/ceval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index b6a3add..ca38c68 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -578,6 +578,7 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
why = WHY_NOT;
err = 0;
x = Py_None; /* Not a reference, just anything non-NULL */
+ w = NULL;
for (;;) {
/* Do periodic things. Doing this every time through