[issue33012] Invalid function cast warnings with gcc 8 for METH_NOARGS

Siddhesh Poyarekar report at bugs.python.org
Thu Mar 15 11:55:27 EDT 2018


Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> added the comment:

I forgot to clarify that the function cast warning allows for variable argument casts as a wildcard, which is my basis for the PyObject *(*)(PyObject *, PyObject *, ...) fix proposal.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33012>
_______________________________________


More information about the Python-bugs-list mailing list