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 serhiy.storchaka
Recipients Demur Rumed, Mark.Shannon, berker.peksag, python-dev, rbcollins, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-12.17:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473700766.26.0.983823546085.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
Objects/methodobject.c: In function ‘_PyCFunction_FastCallKeywords’:
Objects/methodobject.c:281:24: warning: ‘nkwargs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     assert((nargs == 0 && nkwargs == 0) || stack != NULL);
                        ^
History
Date User Action Args
2016-09-12 17:19:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, rbcollins, Mark.Shannon, python-dev, berker.peksag, yselivanov, Demur Rumed
2016-09-12 17:19:26serhiy.storchakasetmessageid: <1473700766.26.0.983823546085.issue27213@psf.upfronthosting.co.za>
2016-09-12 17:19:26serhiy.storchakalinkissue27213 messages
2016-09-12 17:19:26serhiy.storchakacreate