mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Added missing newline to warning msg
This commit is contained in:
parent
8456161fcd
commit
5f896a4de0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user