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 vstinner
Recipients emilyemorehouse, levkivskyi, vstinner
Date 2019-02-01.11:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549020161.52.0.11493245766.issue35878@roundup.psfhosted.org>
In-reply-to
Content
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/Python-ast.h:484:66: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
                                                                  ^~~~~~~~~~~~~~~
Python/ast.c:1738:21: note: ‘end_col_offset’ was declared here
     int end_lineno, end_col_offset;
                     ^~~~~~~~~~~~~~
History
Date User Action Args
2019-02-01 11:22:45vstinnersetrecipients: + vstinner, levkivskyi, emilyemorehouse
2019-02-01 11:22:41vstinnersetmessageid: <1549020161.52.0.11493245766.issue35878@roundup.psfhosted.org>
2019-02-01 11:22:41vstinnerlinkissue35878 messages
2019-02-01 11:22:41vstinnercreate