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 ned.deily, serhiy.storchaka, vstinner
Date 2016-09-12.17:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473702952.51.0.841128110001.issue28105@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:55:52serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ned.deily
2016-09-12 17:55:52serhiy.storchakasetmessageid: <1473702952.51.0.841128110001.issue28105@psf.upfronthosting.co.za>
2016-09-12 17:55:52serhiy.storchakalinkissue28105 messages
2016-09-12 17:55:52serhiy.storchakacreate