[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-11 Thread STINNER Victor
STINNER Victor added the comment: Ivan Levkivskyi fixed the warning with commit 181835d5a9bffee247bc2f7eefc778c1812bc982. I created bpo-35963 Python/symtable.c: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch]" for a remaining warning. -- _

[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-10 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-02 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- keywords: +patch, patch, patch pull_requests: +11636, 11637, 11638 stage: -> patch review ___ Python tracker ___ ___

[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-02 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- keywords: +patch, patch pull_requests: +11636, 11637 stage: -> patch review ___ Python tracker ___ _

[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-02 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- keywords: +patch pull_requests: +11636 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue35878] ast.c: end_col_offset may be used uninitialized in this function

2019-02-01 Thread STINNER Victor
New submission from STINNER Victor : https://buildbot.python.org/all/#builders/103/builds/2023 There are many "end_col_offset may be used uninitialized in this function" warnings. Example: In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_funcdef_impl’: ./Include/Pytho