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 1a21ee7..46c3e00 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -2176,6 +2176,7 @@ prtrace(v, str)
if (PyObject_Print(v, stdout, 0) != 0)
PyErr_Clear(); /* Don't know what else to do */
printf("\n");
+ return 1;
}
#endif