New submission from Serhiy Storchaka:
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);
^
----------
components: Interpreter Core
messages: 276082
nosy: haypo, ned.deily, serhiy.storchaka
priority: release blocker
severity: normal
status: open
title: warning: ‘nkwargs’ may be used uninitialized
type: compile error
versions: Python 3.6
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue28105>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com