New submission from STINNER Victor <[email protected]>:
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;
^~~~~~~~~~~~~~
----------
components: Interpreter Core
messages: 334670
nosy: emilyemorehouse, levkivskyi, vstinner
priority: normal
severity: normal
status: open
title: ast.c: end_col_offset may be used uninitialized in this function
type: compile error
versions: Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com