Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The following PRs fix warnings in casts to PyCFunction for method conventions 
different from METH_NOARGS, METH_O and
METH_VARARGS. PR 6748 does this for Argument Clinic generated code (all files 
except Tools/clinic/clinic.py are generated). PR 6749 does it for hand-written 
code. It also fixes few missed or new cases for METH_NOARGS.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to