summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pystate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pystate.c b/Python/pystate.c
index 138dc09..bdb456b 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -151,7 +151,7 @@ PyThreadState_Clear(tstate)
{
if (tstate->frame != NULL)
fprintf(stderr,
- "PyThreadState_Clear: warning: thread still has a frame");
+ "PyThreadState_Clear: warning: thread still has a frame\n");
ZAP(tstate->frame);