[issue27213] Rework CALL_FUNCTION* opcodes

Serhiy Storchaka report at bugs.python.org
Mon Sep 12 13:19:26 EDT 2016


Serhiy Storchaka added the comment:

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);
                        ^

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27213>
_______________________________________


More information about the Python-bugs-list mailing list