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 matrixise
Recipients matrixise
Date 2018-01-29.13:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517232909.04.0.467229070634.issue32711@psf.upfronthosting.co.za>
In-reply-to
Content
Python/ast_unparse.c: At top level:
Python/ast_unparse.c:1122:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 maybe_init_static_strings()
 ^~~~~~~~~~~~~~~~~~~~~~~~~
Python/ast_unparse.c: In function ‘append_ast_binop’:
Python/ast_unparse.c:105:15: warning: ‘op’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (-1 == append_charp(writer, op)) {
               ^~~~~~~~~~~~~~~~~~~~~~~~
Python/ast_unparse.c: In function ‘append_ast_unaryop’:
Python/ast_unparse.c:132:15: warning: ‘op’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (-1 == append_charp(writer, op)) {
               ^~~~~~~~~~~~~~~~~~~~~~~~
History
Date User Action Args
2018-01-29 13:35:09matrixisesetrecipients: + matrixise
2018-01-29 13:35:09matrixisesetmessageid: <1517232909.04.0.467229070634.issue32711@psf.upfronthosting.co.za>
2018-01-29 13:35:09matrixiselinkissue32711 messages
2018-01-29 13:35:08matrixisecreate