mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added missing newline to warning msg
This commit is contained in:
parent
8456161fcd
commit
5f896a4de0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue