This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-02-19.19:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582140452.34.0.85531597667.issue39690@roundup.psfhosted.org>
In-reply-to
Content
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];
                  ~~~~^~~
History
Date User Action Args
2020-02-19 19:27:32serhiy.storchakasetrecipients: + serhiy.storchaka
2020-02-19 19:27:32serhiy.storchakasetmessageid: <1582140452.34.0.85531597667.issue39690@roundup.psfhosted.org>
2020-02-19 19:27:32serhiy.storchakalinkissue39690 messages
2020-02-19 19:27:32serhiy.storchakacreate