[issue39690] Compiler warnings in unicodeobject.c

2021-01-11 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyUnicode_IsIdentifier has two if/thens that can be combined ___ Python tracker ___

[issue39690] Compiler warnings in unicodeobject.c

2020-02-20 Thread Ronald Oussoren
Ronald Oussoren added the comment: issue39684 has a PR for this. -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-li

[issue39690] Compiler warnings in unicodeobject.c

2020-02-19 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 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/unicodeob