New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

Objects/clinic/unicodeobject.c.h: In function ‘unicode_isidentifier’:
Objects/unicodeobject.c:12245:22: warning: ‘wstr’ may be used uninitialized in 
this function [-Wmaybe-uninitialized]
             ch = wstr[i];
                  ~~~~^~~
Objects/unicodeobject.c:12212:14: note: ‘wstr’ was declared here
     wchar_t *wstr;
              ^~~~
Objects/unicodeobject.c: In function ‘PyUnicode_IsIdentifier’:
Objects/unicodeobject.c:12245:22: warning: ‘wstr’ may be used uninitialized in 
this function [-Wmaybe-uninitialized]
             ch = wstr[i];
                  ~~~~^~~

----------
components: Interpreter Core
messages: 362288
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Compiler warnings in unicodeobject.c
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39690>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to