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

This change introduced a compiler warning.

/home/serhiy/py/cpython/Modules/_testcapimodule.c:5042:17: warning: 
initialization from incompatible pointer type [-Wincompatible-pointer-types]
     {"bad_get", bad_get, METH_FASTCALL},
                 ^~~~~~~
/home/serhiy/py/cpython/Modules/_testcapimodule.c:5042:17: note: (near 
initialization for ‘TestMethods[173].ml_meth’)

----------

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

Reply via email to