Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f896a4

Browse files
committed
Added missing newline to warning msg
1 parent 8456161 commit 5f896a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PyThreadState_Clear(tstate)
151151
{
152152
if (tstate->frame != NULL)
153153
fprintf(stderr,
154-
"PyThreadState_Clear: warning: thread still has a frame");
154+
"PyThreadState_Clear: warning: thread still has a frame\n");
155155

156156
ZAP(tstate->frame);
157157

0 commit comments

Comments
 (0)