mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Fix invalid function cast warnings with gcc 8 for method conventions different from METH_NOARGS, METH_O and METH_VARARGS in Argument Clinic generated code.