Message 338027 - Python tracker

Message338027

Author matrixise
Recipients matrixise, vstinner
Date 2019-03-15.20:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552681534.57.0.740918728874.issue36308@roundup.psfhosted.org>
In-reply-to
Content
Python/pathconfig.c: In function '_PyPathConfig_ComputeArgv0':
Python/pathconfig.c:615:26: warning: 'argv0' may be used uninitialized in this function [-Wmaybe-uninitialized]
             wchar_t *q = wcsrchr(argv0, SEP);
                          ^~~~~~~~~~~~~~~~~~~
History
Date User Action Args
2019-03-15 20:25:34matrixisesetrecipients: + matrixise, vstinner
2019-03-15 20:25:34matrixisesetmessageid: <1552681534.57.0.740918728874.issue36308@roundup.psfhosted.org>
2019-03-15 20:25:34matrixiselinkissue36308 messages
2019-03-15 20:25:34matrixisecreate