Kaydet (Commit) 5f896a4d authored tarafından Guido van Rossum's avatar Guido van Rossum

Added missing newline to warning msg

üst 8456161f
...@@ -151,7 +151,7 @@ PyThreadState_Clear(tstate) ...@@ -151,7 +151,7 @@ PyThreadState_Clear(tstate)
{ {
if (tstate->frame != NULL) if (tstate->frame != NULL)
fprintf(stderr, fprintf(stderr,
"PyThreadState_Clear: warning: thread still has a frame"); "PyThreadState_Clear: warning: thread still has a frame\n");
ZAP(tstate->frame); ZAP(tstate->frame);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment