[issue39646] compile warning in unicodeobject.c

2020-02-17 Thread hai shi
hai shi added the comment: you are welcome ;0 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue39646] compile warning in unicodeobject.c

2020-02-17 Thread STINNER Victor
STINNER Victor added the comment: Yeah, I saw the warning, but it's a false alarm. Values are always initialized. Anyway. Thanks for fixing them ;-) -- nosy: +vstinner resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Document PyUnicode_I

[issue39646] compile warning in unicodeobject.c

2020-02-16 Thread hai shi
hai shi added the comment: I don't find a good idea so I just add init operation :( -- ___ Python tracker ___ ___ Python-bugs-list

[issue39646] compile warning in unicodeobject.c

2020-02-16 Thread hai shi
Change by hai shi : -- keywords: +patch pull_requests: +17896 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18519 ___ Python tracker ___

[issue39646] compile warning in unicodeobject.c

2020-02-15 Thread hai shi
hai shi added the comment: I will create PR later. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue39646] compile warning in unicodeobject.c

2020-02-15 Thread hai shi
New submission from hai shi : Objects/unicodeobject.c: In function ‘PyUnicode_IsIdentifier’: ./Include/cpython/unicodeobject.h:396:38: warning: ‘data’ may be used uninitialized in this function [-Wmaybe-uninitialized] ((const Py_UCS4 *)(data))[(index)] \